+caddynet

This commit is contained in:
TSS
2025-10-01 13:02:40 +00:00
parent d621c36437
commit 137662d0a0
2 changed files with 20 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
name: hamann-ausgabe-staging name: hamann-ausgabe-staging
services: services:
hamann-staging: hamannstaging:
build: . build: .
ports: expose:
- "5000:5000" - "5000"
volumes: volumes:
- hamann_staging_data:/app/data - hamann_staging_data:/app/data
environment: environment:
@@ -14,7 +14,14 @@ services:
- RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml - RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml
- WebhookSecret=${WEBHOOK_SECRET:-} - WebhookSecret=${WEBHOOK_SECRET:-}
restart: unless-stopped restart: unless-stopped
networks:
- caddynet
volumes: volumes:
hamann_staging_data: hamann_staging_data:
external: true external: true
networks:
caddynet:
external: true

View File

@@ -1,9 +1,9 @@
name: hamann-ausgabe name: hamann-ausgabe
services: services:
hamann-service: hamannservice:
build: . build: .
ports: expose:
- "5000:5000" - "5000"
volumes: volumes:
- hamann_data:/app/data - hamann_data:/app/data
environment: environment:
@@ -14,7 +14,13 @@ services:
- RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml - RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml
- WebhookSecret=${WEBHOOK_SECRET:-} - WebhookSecret=${WEBHOOK_SECRET:-}
restart: unless-stopped restart: unless-stopped
networks:
- caddynet
volumes: volumes:
hamann_data: hamann_data:
external: true external: true
networks:
caddynet:
external: true