mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-28 08:45:33 +00:00
26 lines
516 B
YAML
26 lines
516 B
YAML
name: hamann-ausgabe
|
|
services:
|
|
hamannservice:
|
|
build: .
|
|
expose:
|
|
- "5000"
|
|
volumes:
|
|
- hamann_data:/app/data
|
|
environment:
|
|
- ASPNETCORE_URLS=http://+:5000
|
|
- DOTNET_ENVIRONMENT=Production
|
|
- FileStoragePath=/app/data
|
|
- RepositoryBranch=Release
|
|
- RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml
|
|
restart: unless-stopped
|
|
networks:
|
|
- caddynet
|
|
|
|
volumes:
|
|
hamann_data:
|
|
external: true
|
|
|
|
networks:
|
|
caddynet:
|
|
external: true
|