Compare commits

...

2 Commits

Author SHA1 Message Date
3wc 57f88942c5 Re-add depends_on 2022-11-09 07:55:52 -08:00
3wc 426793ddf0 Experiment with moving volume mount 2022-11-09 07:53:03 -08:00
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,12 @@ services:
app:
image: farmos/farmos:2.0.0-beta7
volumes:
- farmos_sites:/opt/drupal/web/sites
- farmos_sites:/opt/drupal/
networks:
- proxy
- internal
depends_on:
- db
deploy:
restart_policy:
condition: on-failure
@ -36,8 +38,6 @@ services:
- internal
volumes:
- postgres_data:/var/lib/postgresql/data
ports:
- '5432:5432'
environment:
POSTGRES_USER: farm
POSTGRES_PASSWORD: farm