mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Locking whil SyntaxCheck
This commit is contained in:
@@ -2,10 +2,10 @@ name: hamann-ausgabe
|
||||
services:
|
||||
hamann-service:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- hamann_data:/app/data
|
||||
networks:
|
||||
- caddy
|
||||
environment:
|
||||
- ASPNETCORE_URLS=http://+:5000
|
||||
- DOTNET_ENVIRONMENT=Production
|
||||
@@ -18,7 +18,3 @@ services:
|
||||
volumes:
|
||||
hamann_data:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user