add raneto wiki

This commit is contained in:
Yax 2020-09-05 11:15:23 +02:00
parent a51bedee8e
commit fcd3b722c8
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,23 @@
version: '3'
services:
raneto:
image: linuxserver/raneto
container_name: raneto
environment:
- PUID=${PUID}
- PGID=${GUID}
- TZ=${TZ}
volumes:
- ${ROOT_INSTALL}/data/raneto:/config
expose:
- 3000
restart: unless-stopped
networks:
- srv
labels:
- traefik.enable=true
- traefik.http.routers.wallabag.rule=Host(`${HOST_RANETO}.${DOMAIN}`)
- traefik.http.routers.wallabag.entrypoints=websecure
- traefik.http.routers.wallabag.tls=true
- traefik.http.services.wallabag.loadbalancer.server.port=80