UPDATE
This commit is contained in:
@@ -15,7 +15,8 @@ services:
|
|||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
networks:
|
||||||
|
- crop_network
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
env_file:
|
env_file:
|
||||||
@@ -26,8 +27,12 @@ services:
|
|||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- "8000:8000"
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- crop_network
|
||||||
|
|
||||||
|
networks:
|
||||||
|
crop_network:
|
||||||
|
external: true
|
||||||
volumes:
|
volumes:
|
||||||
mysql_data:
|
mysql_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user