Skip to content

Commit

Permalink
Stage... the staging branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsx committed Jan 9, 2024
1 parent 521b433 commit 5c7f27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

client:
container_name: client
image: hicsail/restore-client:main
image: hicsail/restore-client:staging
restart: unless-stopped
environment:
# Note: To prevent accidentally leaking env variables to the client, Vite
Expand All @@ -22,7 +22,7 @@ services:

strapi:
container_name: strapi
image: hicsail/restore-strapi:main
image: hicsail/restore-strapi:staging
restart: unless-stopped
environment:
DATABASE_CLIENT: postgres
Expand Down

0 comments on commit 5c7f27c

Please sign in to comment.