fixed depends_on
This commit is contained in:
@@ -17,8 +17,7 @@ services:
|
|||||||
radius:
|
radius:
|
||||||
image: simonclr/radmac-radius:latest
|
image: simonclr/radmac-radius:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
- db
|
||||||
condition: service_healthy
|
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
@@ -36,8 +35,7 @@ services:
|
|||||||
- PYTHONPATH=/app
|
- PYTHONPATH=/app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
- db
|
||||||
condition: service_healthy
|
|
||||||
nginx:
|
nginx:
|
||||||
image: simonclr/radmac-nginx:latest
|
image: simonclr/radmac-nginx:latest
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user