fix: make Coolify image self-contained
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user