Compare commits
3 Commits
f5d89cee2f
..
master
| Author | SHA256 | Date | |
|---|---|---|---|
| 1223791074 | |||
| e67117b7d5 | |||
| 1f7d5596fc |
@@ -1,2 +1,3 @@
|
||||
PUBLIC_HOST=menus.example.org
|
||||
BASE_URL=https://menus.example.org
|
||||
GITEA_HOST=gitea.example.org
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{$PUBLIC_HOST} {
|
||||
reverse_proxy app:3080
|
||||
om-parser-stw-potsdam.softwareapp-hb.de {
|
||||
reverse_proxy app:3080
|
||||
}
|
||||
|
||||
gitea.softwareapp-hb.de {
|
||||
reverse_proxy gitea-container.incus:3000
|
||||
}
|
||||
@@ -19,6 +19,7 @@ services:
|
||||
- "443:443/udp"
|
||||
environment:
|
||||
PUBLIC_HOST: ${PUBLIC_HOST}
|
||||
GITEA_HOST: ${GITEA_HOST}
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||
- caddy_data:/data
|
||||
|
||||
Reference in New Issue
Block a user