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