This commit is contained in:
2026-03-26 22:08:36 +03:30
parent b23eff9ecc
commit 28917afabf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ services:
networks:
- crop_network
web:
container_name: backend-web
build: .
env_file:
- .env
+1 -1
View File
@@ -1,7 +1,7 @@
# Development: volumes mount source so code updates apply without rebuild
services:
db:
image: docker.iranserver.com/mysql:8.0
image: mysql:8.0
environment:
MYSQL_DATABASE: ${DB_NAME:-croplogic}
MYSQL_USER: ${DB_USER:-croplogic}