mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Added bootstrap volume
This commit is contained in:
parent
e24ab20995
commit
70933f2f3b
@ -10,6 +10,7 @@ services:
|
|||||||
- ./env
|
- ./env
|
||||||
volumes:
|
volumes:
|
||||||
- "application_data:/var/www/storage"
|
- "application_data:/var/www/storage"
|
||||||
|
- "bootstrap:/var/www/bootstrap"
|
||||||
- "./env:/var/www/.env"
|
- "./env:/var/www/.env"
|
||||||
ports:
|
ports:
|
||||||
- "{{http_port}}:80"
|
- "{{http_port}}:80"
|
||||||
@ -25,6 +26,7 @@ services:
|
|||||||
- ./env
|
- ./env
|
||||||
volumes:
|
volumes:
|
||||||
- "application_data:/var/www/storage"
|
- "application_data:/var/www/storage"
|
||||||
|
- "bootstrap:/var/www/bootstrap"
|
||||||
- "./env:/var/www/.env"
|
- "./env:/var/www/.env"
|
||||||
entrypoint: /worker-entrypoint.sh
|
entrypoint: /worker-entrypoint.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -66,3 +68,4 @@ volumes:
|
|||||||
database:
|
database:
|
||||||
redis_data:
|
redis_data:
|
||||||
application_data:
|
application_data:
|
||||||
|
bootstrap:
|
Loading…
Reference in New Issue
Block a user