This commit is contained in:
22
compose.yml
22
compose.yml
@@ -264,28 +264,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DRIVE}/notes/vault/Notes/Public Notes:/usr/src/app/content
|
- ${DRIVE}/notes/vault/Notes/Public Notes:/usr/src/app/content
|
||||||
|
|
||||||
syncthing:
|
|
||||||
container_name: syncthing
|
|
||||||
image: lscr.io/linuxserver/syncthing:latest
|
|
||||||
environment:
|
|
||||||
PUID: ${PUID}
|
|
||||||
PGID: ${PGID}
|
|
||||||
TZ: ${TZ}
|
|
||||||
volumes:
|
|
||||||
- ${DATA}/syncthing:/config
|
|
||||||
- ${DRIVE}/notes/vault:/vault
|
|
||||||
ports:
|
|
||||||
- 22000:22000/tcp
|
|
||||||
- 22000:22000/udp
|
|
||||||
- 21027:21027/udp
|
|
||||||
restart: always
|
|
||||||
labels: # traefik
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.syncthing.rule=Host(`syncthing.${DOMAIN}`)"
|
|
||||||
- "traefik.http.routers.syncthing.entrypoints=https"
|
|
||||||
- "traefik.http.routers.syncthing.tls=true"
|
|
||||||
- "traefik.http.services.syncthing.loadbalancer.server.port=8384"
|
|
||||||
|
|
||||||
vaultwarden:
|
vaultwarden:
|
||||||
container_name: vaultwarden
|
container_name: vaultwarden
|
||||||
image: vaultwarden/server:latest
|
image: vaultwarden/server:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user