+Staging deployment

This commit is contained in:
TSS
2025-10-02 14:43:33 +00:00
parent 88bf845064
commit 7fedee60e6
2 changed files with 11 additions and 3 deletions

7
config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"debug": true,
"watch": false,
"git_url": "https://github.com/Theodor-Springmann-Stiftung/lenz-briefe.git",
"webhook_secret": "404Ec7FuyCkWThFzfEHo",
"address": "0.0.0.0"
}

View File

@@ -1,15 +1,16 @@
services:
lenzbriefe:
lenzbriefe_staging:
build: .
expose:
- "8085"
volumes:
- lenz_briefe:/app/data
- lenz_briefe_staging:/app/data
networks:
- caddynet
volumes:
lenz_briefe:
lenz_briefe_staging:
external: true
networks:
caddynet: