mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Merge branch 'master' of github.com:kevinveenbirkenbach/server-playbook
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
- ./env
|
||||
volumes:
|
||||
- "application_data:/var/www/storage"
|
||||
- "bootstrap:/var/www/bootstrap"
|
||||
- "./env:/var/www/.env"
|
||||
ports:
|
||||
- "{{http_port}}:80"
|
||||
@@ -25,6 +26,7 @@ services:
|
||||
- ./env
|
||||
volumes:
|
||||
- "application_data:/var/www/storage"
|
||||
- "bootstrap:/var/www/bootstrap"
|
||||
- "./env:/var/www/.env"
|
||||
entrypoint: /worker-entrypoint.sh
|
||||
depends_on:
|
||||
@@ -65,4 +67,5 @@ services:
|
||||
volumes:
|
||||
database:
|
||||
redis_data:
|
||||
application_data:
|
||||
application_data:
|
||||
bootstrap:
|
Reference in New Issue
Block a user