mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
+caddynet
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user