fix: make Coolify image self-contained

This commit is contained in:
GuavaPopper
2026-06-10 20:38:59 +07:00
parent 69b03fb467
commit 2f8b14ed2a
5 changed files with 33 additions and 7 deletions
-4
View File
@@ -7,9 +7,6 @@ services:
working_dir: /var/www/html
expose:
- "8000"
volumes:
- ./:/var/www/html
- webgis_vendor:/var/www/html/vendor
environment:
APP_ENV: ${APP_ENV:-production}
APP_DEBUG: ${APP_DEBUG:-false}
@@ -61,6 +58,5 @@ services:
start_period: 30s
volumes:
webgis_vendor:
webgis_node_modules:
webgis_mysql_data: