mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 09:15:33 +00:00
+Staging deployment
This commit is contained in:
7
config.json
Normal file
7
config.json
Normal 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"
|
||||||
|
}
|
||||||
@@ -1,15 +1,16 @@
|
|||||||
services:
|
services:
|
||||||
lenzbriefe:
|
lenzbriefe_staging:
|
||||||
build: .
|
build: .
|
||||||
expose:
|
expose:
|
||||||
- "8085"
|
- "8085"
|
||||||
volumes:
|
volumes:
|
||||||
- lenz_briefe:/app/data
|
- lenz_briefe_staging:/app/data
|
||||||
networks:
|
networks:
|
||||||
- caddynet
|
- caddynet
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
lenz_briefe:
|
lenz_briefe_staging:
|
||||||
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
caddynet:
|
caddynet:
|
||||||
Reference in New Issue
Block a user