mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 01:00:41 +02:00
sync content with seafile
This commit is contained in:
@@ -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:
|
||||||
Reference in New Issue
Block a user