build: update configuration files
This commit is contained in:
parent
1c8d5c87f9
commit
e13dc70125
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Do not edit this file. It is automatically generated by 'build-configs'.
|
# Do not edit this file. It is automatically generated by 'build-configs'.
|
||||||
|
|
||||||
|
drupal-project
|
||||||
x-app: &default-app
|
x-app: &default-app
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_WEB_VOLUME:-./web:/app/web}"
|
- "${DOCKER_WEB_VOLUME:-./:/app}"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
|
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue