compose.yml fix

This commit is contained in:
trav 2021-08-09 16:34:29 -04:00
parent fbaf0a7851
commit 9f961e3109
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,8 @@ services:
url: https://$DOMAIN url: https://$DOMAIN
# contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired) # contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired)
#NODE_ENV: development #NODE_ENV: development
volumes:
- "ghost_content:/var/lib/ghost/content"
networks: networks:
- proxy - proxy
- backend - backend
@ -48,3 +50,6 @@ networks:
proxy: proxy:
external: true external: true
backend: backend:
volumes:
ghost_content: