This commit is contained in:
2026-03-24 16:17:14 +03:30
parent b25e7c242b
commit f0f7f91664
+8 -3
View File
@@ -15,7 +15,8 @@ services:
interval: 10s
timeout: 5s
retries: 5
networks:
- crop_network
web:
build: .
env_file:
@@ -26,8 +27,12 @@ services:
db:
condition: service_healthy
restart: unless-stopped
ports:
- "8000:8000"
networks:
- crop_network
networks:
crop_network:
external: true
volumes:
mysql_data: