mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 17:25:32 +00:00
+Staging deployment
This commit is contained in:
17
docker-compose.staging.yml
Normal file
17
docker-compose.staging.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
lenzbriefe_staging:
|
||||
build: .
|
||||
expose:
|
||||
- "8085"
|
||||
volumes:
|
||||
- lenz_briefe_staging:/app/data
|
||||
networks:
|
||||
- caddynet
|
||||
|
||||
volumes:
|
||||
lenz_briefe_staging:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
caddynet:
|
||||
external: true
|
||||
Reference in New Issue
Block a user