mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
+Docker
This commit is contained in:
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: hamann-ausgabe
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
volumes:
|
||||
- hamann_data:/app/data
|
||||
ports:
|
||||
- "5000:5000"
|
||||
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
|
||||
Reference in New Issue
Block a user