Compare commits

7 Commits

Author SHA1 Message Date
ds bc35c5b219 .env aktualisiert 2025-12-20 04:11:07 +00:00
ds 4edcacb3a2 docker-compose.yml aktualisiert 2025-12-20 04:10:27 +00:00
ds 57ead42847 docker-compose.yml aktualisiert 2025-12-20 04:08:36 +00:00
ds 8acbcc9d30 Merge pull request '.env hinzugefügt' (#1) from main into web1.cloud.dev.osnawiki.de
Reviewed-on: #1
2025-12-20 04:06:26 +00:00
ds 402cd048dc docker-compose.yml aktualisiert 2025-12-20 04:02:53 +00:00
ds 4aa948898a docker-compose.yml aktualisiert 2025-12-20 03:36:58 +00:00
ds 034ea47dd1 docker-compose.yml aktualisiert 2025-12-20 03:34:28 +00:00
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -1,2 +1,3 @@
APP_URL=http://web1.cloud.dev.osnawiki.de APP_URL=http://web1.cloud.dev.osnawiki.de
VIRTUAL_HTTP_PORT=8041
HTTP_PORT=80 HTTP_PORT=80
+4 -4
View File
@@ -1,8 +1,8 @@
services: services:
web: web:
image: registry.dev.osnawiki.de/ds-test:latest image: registry.dev.osnawiki.de/ds-test:web1.cloud.dev.osnawiki.de-72
ports: ports:
- "127.0.0.1:${HTTP_PORT}:80" - "127.0.0.1:${VIRTUAL_HTTP_PORT}:${HTTP_PORT}"
labels: labels:
caddy: build.dev.osnawiki.de caddy: http://${APP_URL}
caddy.reverse_proxy: "{{upstreams 80}}" caddy.reverse_proxy: "{{upstreams ${HTTP_PORT}}}"