flatnotes initial commit
This commit is contained in:
13
docker/flatnotes/behind-proxy/compose.override.yaml
Normal file
13
docker/flatnotes/behind-proxy/compose.override.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
flatnotes:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
## HTTP Routers
|
||||
- "traefik.http.routers.${FLATNOTES_HOSTNAME}-rtr.entrypoints=https"
|
||||
- "traefik.http.routers.${FLATNOTES_HOSTNAME}-rtr.rule=Host(`${FLATNOTES_HOSTNAME}.$DOMAINNAME1`)"
|
||||
## Middlewares
|
||||
# - "traefik.http.routers.${FLATNOTES_HOSTNAME}-rtr.middlewares=chain-authelia@file"
|
||||
- "traefik.http.routers.${FLATNOTES_HOSTNAME}-rtr.middlewares=chain-no-auth@file"
|
||||
## HTTP Services
|
||||
- "traefik.http.routers.${FLATNOTES_HOSTNAME}-rtr.service=${FLATNOTES_HOSTNAME}-svc"
|
||||
- "traefik.http.services.${FLATNOTES_HOSTNAME}-svc.loadbalancer.server.port=8080"
|
||||
7
docker/flatnotes/behind-proxy/compose.yaml
Normal file
7
docker/flatnotes/behind-proxy/compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Docker Compose v2.20 or greater required to use "include"
|
||||
include:
|
||||
#################### NETWORKS ####################
|
||||
- ../../compose/networks/proxy.yaml
|
||||
- ../../compose/networks/socket-proxy.yaml
|
||||
#################### SERVICES ####################
|
||||
- ../../compose/flatnotes.yaml
|
||||
1
docker/flatnotes/behind-proxy/dcc.sh
Executable file
1
docker/flatnotes/behind-proxy/dcc.sh
Executable file
@@ -0,0 +1 @@
|
||||
docker compose --env-file ../../env/.env.stack.flatnotes --env-file ../../env/.env.common config
|
||||
Reference in New Issue
Block a user