Skip to content

Commit

Permalink
test with env.prod file gateway service in production
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyR01 committed Jul 19, 2024
1 parent 664cc0a commit 65beec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
test: ["CMD-SHELL", "pg_isready -d postgres -U postgres"]
retries: 10
volumes:
- pgdata:/var/lib/postgresql/data
- pgdata_new1:/var/lib/postgresql/data

redis:
image: redis
Expand All @@ -68,4 +68,4 @@ services:
- "8081:8081"

volumes:
pgdata:
pgdata_new1:
6 changes: 3 additions & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ services:
- backend
- frontend
restart: always
# env_file: .env.prod
env_file: .env.prod
ports:
- ${GATEWAY_PORT:-7000}:80
# - ${GATEWAY_PORT}:80
# - ${GATEWAY_PORT:-7000}:80
- ${GATEWAY_PORT}:80
# - 7000:80
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
Expand Down

0 comments on commit 65beec7

Please sign in to comment.