Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent 8bea0c1 commit 5715c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
envkey_POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
envkey_POSTGRES_HOST: ${{ secrets.POSTGRES_HOST }}
envkey_POSTGRES_PORT: ${{ secrets.POSTGRES_PORT }}
envkey_POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
# envkey_POSTGRES_DB: ${{ secrets.POSTGRES_DB }}

envkey_REDIS_HOST: ${{ secrets.REDIS_HOST }}
envkey_REDIS_PORT: ${{ secrets.REDIS_PORT }}
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ services:
image: timofeytst/eat-place:rest_api_prod
ports:
- "9000:9000"
- "8000:8000"
restart: always
environment:
ENVIRONMENT: PRODUCTION
env_file:
- .prod.env
depends_on:
Expand Down

0 comments on commit 5715c8f

Please sign in to comment.