|
|
@@ -251,7 +251,11 @@ services: |
|
|
|
condition: any |
|
|
|
image: ${LOCAL_DOCKER_REGISTRY}ghost |
|
|
|
volumes: |
|
|
|
- ghost-content:/var/lib/ghost/content |
|
|
|
- ghost-content-images:/var/lib/ghost/content/images |
|
|
|
- ghost-content-settings:/var/lib/ghost/content/settings |
|
|
|
- ghost-content-adapters:/var/lib/ghost/content/adapters |
|
|
|
- ghost-content:/var/lib/ghost/content/old-content |
|
|
|
|
|
|
|
environment: |
|
|
|
- GIT_DOMAIN=$GIT_DOMAIN |
|
|
|
- GHOST-MAIL-SERVICE=$GHOST-MAIL-SERVICE |
|
|
@@ -550,6 +554,9 @@ volumes: |
|
|
|
letsencrypt-git: |
|
|
|
letsencrypt-drone: |
|
|
|
ghost-content: |
|
|
|
ghost-content-adapters: |
|
|
|
ghost-content-settings: |
|
|
|
ghost-content-images: |
|
|
|
mongo-chat: |
|
|
|
chat-uploads: |
|
|
|
portainer-data: |
|
|
|