mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-12-04 18:16:51 +01:00
Compare commits
No commits in common. "407993f20b179c5a63ddf82161ddcf87c892a16f" and "65f3f3a2dd370e31a0556170c2be9460072e888a" have entirely different histories.
407993f20b
...
65f3f3a2dd
@ -13,6 +13,7 @@ services:
|
||||
- ./env
|
||||
volumes:
|
||||
- "data:/var/www/storage"
|
||||
- "bootstrap:/var/www/bootstrap"
|
||||
- "./env:/var/www/.env"
|
||||
ports:
|
||||
- "{{http_port}}:80"
|
||||
@ -27,6 +28,7 @@ services:
|
||||
- ./env
|
||||
volumes:
|
||||
- "data:/var/www/storage"
|
||||
- "bootstrap:/var/www/bootstrap"
|
||||
- "./env:/var/www/.env"
|
||||
entrypoint: /worker-entrypoint.sh
|
||||
healthcheck:
|
||||
@ -42,5 +44,6 @@ services:
|
||||
{% include 'templates/docker/compose/volumes.yml.j2' %}
|
||||
redis:
|
||||
data:
|
||||
bootstrap:
|
||||
|
||||
{% include 'templates/docker/compose/networks.yml.j2' %}
|
Loading…
Reference in New Issue
Block a user