Update bassword + moved libreoffice config to hdd0
This commit is contained in:
parent
040bf47d7d
commit
76ef931ab4
22
apps.yml
22
apps.yml
@ -104,3 +104,25 @@ services:
|
||||
- "traefik.http.routers.siyuan.entrypoints=websecure"
|
||||
- "traefik.http.routers.siyuan.tls.certresolver=myresolver"
|
||||
- "traefik.http.services.siyuan.loadbalancer.server.port=6806"
|
||||
|
||||
libreoffice:
|
||||
image: lscr.io/linuxserver/libreoffice:latest
|
||||
container_name: libreoffice
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- CUSTOM_USER=adrien
|
||||
- PASSWORD=${MASTER_PASSWORD}
|
||||
- TZ=Europe/Luxembourg
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3001:3001"
|
||||
volumes:
|
||||
- ./hdd0/libreoffice:/config
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.libreoffice.rule=Host(`libreoffice.bouvais.lu`)"
|
||||
- "traefik.http.routers.libreoffice.entrypoints=websecure"
|
||||
- "traefik.http.routers.libreoffice.tls.certresolver=myresolver"
|
||||
- "traefik.http.services.libreoffice.loadbalancer.server.port=3000"
|
||||
|
@ -1 +1 @@
|
||||
adrien:$apr1$jUYzh/ia$EBkIIA./9xR7gn0M3BsNs1
|
||||
adrien:$apr1$Orn23V4D$NxqAacOGBtGjsrhnS531c1
|
||||
|
Loading…
x
Reference in New Issue
Block a user