mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 01:05:32 +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:
|
||||
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:
|
||||
Reference in New Issue
Block a user