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:
|
||||
- srv
|
||||
volumes:
|
||||
- ${ROOT_INSTALL}/data/raneto/content:/library
|
||||
- raneto_content:/library
|
||||
|
||||
raneto:
|
||||
image: linuxserver/raneto
|
||||
@@ -27,6 +27,7 @@ services:
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ${ROOT_INSTALL}/data/raneto:/config
|
||||
- raneto_content:/config/content
|
||||
expose:
|
||||
- 3000
|
||||
restart: unless-stopped
|
||||
@@ -38,3 +39,6 @@ services:
|
||||
- traefik.http.routers.raneto.entrypoints=websecure
|
||||
- traefik.http.routers.raneto.tls=true
|
||||
- traefik.http.services.raneto.loadbalancer.server.port=3000
|
||||
|
||||
volumes:
|
||||
raneto_content:
|
||||
Reference in New Issue
Block a user