change exntension yml to yaml
This commit is contained in:
13
docker/joplin-server/behind-proxy/compose.override.yaml
Normal file
13
docker/joplin-server/behind-proxy/compose.override.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
joplin-server:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
## HTTP Routers
|
||||
- "traefik.http.routers.${JOPLIN_HOSTNAME}-rtr.entrypoints=https"
|
||||
- "traefik.http.routers.${JOPLIN_HOSTNAME}-rtr.rule=Host(`${JOPLIN_HOSTNAME}.$DOMAINNAME1`)"
|
||||
## Middlewares
|
||||
# - "traefik.http.routers.${JOPLIN_HOSTNAME}-rtr.middlewares=chain-authelia@file"
|
||||
- "traefik.http.routers.${JOPLIN_HOSTNAME}-rtr.middlewares=chain-no-auth@file"
|
||||
## HTTP Services
|
||||
- "traefik.http.routers.${JOPLIN_HOSTNAME}-rtr.service=${JOPLIN_HOSTNAME}-svc"
|
||||
- "traefik.http.services.${JOPLIN_HOSTNAME}-svc.loadbalancer.server.port=22300"
|
||||
Reference in New Issue
Block a user