Fix Coolify compose networking and local Docker override

This commit is contained in:
Power BI Dev
2026-05-02 10:32:46 +07:00
parent 1eddcea89f
commit 1ceaad7d94
3 changed files with 33 additions and 10 deletions

View File

@@ -0,0 +1,16 @@
services:
app:
ports:
- "${APP_PORT:-8080}:80"
volumes:
- ./files:/var/www/html/files
- ./img:/var/www/html/img
db:
ports:
- "${DB_PORT:-3307}:3306"
volumes:
- db_data_local:/var/lib/mysql
volumes:
db_data_local: