octobercms added to ./docker-compose.yml
This commit is contained in:
parent
2e37609680
commit
3570926247
|
@ -9,3 +9,19 @@ services:
|
|||
- 0.0.0.0:3003:3003
|
||||
command:
|
||||
"npm run dev"
|
||||
|
||||
octobercms:
|
||||
image: aspendigital/octobercms:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 0.0.0.0:8101:80
|
||||
environment:
|
||||
- ENABLE_CRON=true
|
||||
- APP_DEBUG=true
|
||||
- INIT_PLUGINS=true
|
||||
volumes:
|
||||
- ./server/plugins:/var/www/html/plugins
|
||||
- ./server/storage/app:/var/www/html/storage/app
|
||||
- ./server/storage/logs:/var/www/html/storage/logs
|
||||
- ./server/storage/database.sqlite:/var/www/html/storage/database.sqlite
|
||||
- ./server/themes:/var/www/html/themes
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
image: octobercms
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:8101:80
|
||||
- 0.0.0.0:8101:80
|
||||
environment:
|
||||
- ENABLE_CRON=true
|
||||
- APP_DEBUG=true
|
||||
|
|
Loading…
Reference in New Issue