mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 16:45:32 +00:00
deployment pipeline staging
This commit is contained in:
17
docker-compose.staging.yml
Normal file
17
docker-compose.staging.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
kgpzstaging:
|
||||
build: .
|
||||
volumes:
|
||||
- kgpz_staging_data:/app/data
|
||||
expose:
|
||||
- "8095"
|
||||
networks:
|
||||
- caddynet
|
||||
|
||||
volumes:
|
||||
kgpz_staging_data:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
caddynet:
|
||||
external: true
|
||||
@@ -1,12 +0,0 @@
|
||||
name: kgpz
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
volumes:
|
||||
- kgpz_data:/app/data
|
||||
ports:
|
||||
- "8095:8095"
|
||||
|
||||
volumes:
|
||||
kgpz_data:
|
||||
external: true
|
||||
Reference in New Issue
Block a user