sync content with seafile

This commit is contained in:
Yax 2020-09-05 11:56:01 +02:00
parent 0e2d7f767e
commit 12992b530f

View file

@ -16,7 +16,7 @@ services:
networks:
- srv
volumes:
- raneto_content:/library
- ${ROOT_INSTALL}/data/sync_notes:/library
raneto:
image: linuxserver/raneto
@ -27,7 +27,7 @@ services:
- TZ=${TZ}
volumes:
- ${ROOT_INSTALL}/data/raneto:/config
- raneto_content/Notes:/config/content
- ${ROOT_INSTALL}/data/sync_notes/Notes:/config/content
expose:
- 3000
restart: unless-stopped
@ -39,6 +39,3 @@ services:
- traefik.http.routers.raneto.entrypoints=websecure
- traefik.http.routers.raneto.tls=true
- traefik.http.services.raneto.loadbalancer.server.port=3000
volumes:
raneto_content: