Skip to content

Commit

Permalink
fix: update order of containers start up
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 17, 2024
1 parent f68dbe9 commit 3d3d9c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ services:
- minio
- certs
- redis
- ads_service
- auth_service
- city_service
- migrator
networks:
- app-network

Expand Down Expand Up @@ -143,6 +147,7 @@ services:
- redis
- postgres
- minio
- minio-client
environment:
- DB_HOST=${DB_HOST}
- DB_PORT=${DB_PORT}
Expand Down Expand Up @@ -186,6 +191,7 @@ services:
- redis
- postgres
- minio
- minio-client
environment:
- DB_HOST=${DB_HOST}
- DB_PORT=${DB_PORT}
Expand Down

0 comments on commit 3d3d9c3

Please sign in to comment.