deployment pipeline staging

This commit is contained in:
TSS
2025-10-02 15:12:42 +00:00
parent 861343b5e9
commit 7b696554e4
2 changed files with 17 additions and 12 deletions

View 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

View File

@@ -1,12 +0,0 @@
name: kgpz
services:
web:
build: .
volumes:
- kgpz_data:/app/data
ports:
- "8095:8095"
volumes:
kgpz_data:
external: true