Files
hamann-ausgabe-core/docker-compose.yml
2025-09-30 18:06:09 +02:00

25 lines
526 B
YAML

name: hamann-ausgabe
services:
hamann-service:
build: .
volumes:
- hamann_data:/app/data
networks:
- caddy
environment:
- ASPNETCORE_URLS=http://+:5000
- DOTNET_ENVIRONMENT=Production
- FileStoragePath=/app/data
- RepositoryBranch=Release
- RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml
- WebhookSecret=${WEBHOOK_SECRET:-}
restart: unless-stopped
volumes:
hamann_data:
external: true
networks:
caddy:
external: true