Skip to content

Commit

Permalink
update paths to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 15, 2024
1 parent 64379ff commit d9ebe4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- DB_PASSWORD=${DB_PASS}
- DB_NAME=${DB_NAME}
volumes:
- .env:/app/.env
- .env:/.env
depends_on:
- postgres
networks:
Expand Down Expand Up @@ -138,7 +138,7 @@ services:
ports:
- "50052:50052"
volumes:
- .env:/app/.env
- .env:/.env
depends_on:
- redis
- postgres
Expand All @@ -160,7 +160,7 @@ services:
ports:
- "50051:50051"
volumes:
- .env:/app/.env
- .env:/.env
depends_on:
- redis
- postgres
Expand All @@ -181,7 +181,7 @@ services:
ports:
- "50053:50053"
volumes:
- .env:/app/.env
- .env:/.env
depends_on:
- redis
- postgres
Expand Down

0 comments on commit d9ebe4e

Please sign in to comment.