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