sync content with seafile
This commit is contained in:
parent
8796530ba5
commit
692510cb6b
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_INSTALL}/data/raneto/content:/library
|
- raneto_content:/library
|
||||||
|
|
||||||
raneto:
|
raneto:
|
||||||
image: linuxserver/raneto
|
image: linuxserver/raneto
|
||||||
|
@ -27,6 +27,7 @@ services:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_INSTALL}/data/raneto:/config
|
- ${ROOT_INSTALL}/data/raneto:/config
|
||||||
|
- raneto_content:/config/content
|
||||||
expose:
|
expose:
|
||||||
- 3000
|
- 3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -38,3 +39,6 @@ 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