sync content with seafile
This commit is contained in:
parent
0e2d7f767e
commit
12992b530f
1 changed files with 2 additions and 5 deletions
|
@ -16,7 +16,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
volumes:
|
volumes:
|
||||||
- raneto_content:/library
|
- ${ROOT_INSTALL}/data/sync_notes:/library
|
||||||
|
|
||||||
raneto:
|
raneto:
|
||||||
image: linuxserver/raneto
|
image: linuxserver/raneto
|
||||||
|
@ -27,7 +27,7 @@ services:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_INSTALL}/data/raneto:/config
|
- ${ROOT_INSTALL}/data/raneto:/config
|
||||||
- raneto_content/Notes:/config/content
|
- ${ROOT_INSTALL}/data/sync_notes/Notes:/config/content
|
||||||
expose:
|
expose:
|
||||||
- 3000
|
- 3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -39,6 +39,3 @@ services:
|
||||||
- traefik.http.routers.raneto.entrypoints=websecure
|
- traefik.http.routers.raneto.entrypoints=websecure
|
||||||
- traefik.http.routers.raneto.tls=true
|
- traefik.http.routers.raneto.tls=true
|
||||||
- traefik.http.services.raneto.loadbalancer.server.port=3000
|
- traefik.http.services.raneto.loadbalancer.server.port=3000
|
||||||
|
|
||||||
volumes:
|
|
||||||
raneto_content:
|
|
Loading…
Add table
Reference in a new issue