Fix Coolify compose networking and local Docker override
This commit is contained in:
16
docker-compose.override.yml
Normal file
16
docker-compose.override.yml
Normal 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:
|
||||
Reference in New Issue
Block a user