Moved from rancher-nfs to local volume mounting

This commit is contained in:
WilliamMiceli
2018-09-20 22:58:57 -04:00
parent 7ff358d41e
commit 4aab1c886b
5 changed files with 13 additions and 83 deletions

View File

@@ -30,16 +30,8 @@ services:
- "${WEB_PORT}:2368"
restart: on-failure
volumes:
- Content:/var/lib/ghost/content
- /RancherCattleData/${DATA_DIR}/Content:/var/lib/ghost/content
networks:
public-proxy:
external: true
volumes:
Content:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
export: /RancherCattleData/${DATA_DIR}/Content
onRemove: retain
external: true