add raneto wiki
This commit is contained in:
parent
a51bedee8e
commit
fcd3b722c8
2 changed files with 26 additions and 0 deletions
23
raneto/docker-compose.raneto.yml
Normal file
23
raneto/docker-compose.raneto.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue