This commit is contained in:
2026-03-20 23:16:53 +03:30
parent 4c5b1298a0
commit a98189a7e9
20 changed files with 855 additions and 76 deletions
+1 -14
View File
@@ -1,7 +1,7 @@
# Production: no source mount; image contains code
services:
db:
image: mysql:8.0
image: docker.iranserver.com/mysql:8
environment:
MYSQL_DATABASE: ${DB_NAME}
MYSQL_USER: ${DB_USER}
@@ -16,19 +16,6 @@ services:
timeout: 5s
retries: 5
phpmyadmin:
image: phpmyadmin:latest
environment:
PMA_HOST: db
PMA_PORT: 3306
UPLOAD_LIMIT: 64M
ports:
- "8081:80"
depends_on:
db:
condition: service_healthy
restart: unless-stopped
web:
build: .
env_file: