summaryrefslogtreecommitdiff
path: root/stacks/pim/compose.yml
diff options
context:
space:
mode:
authorRATDAD <lambda@disroot.org>2026-03-14 19:09:51 -0400
committerRATDAD <lambda@disroot.org>2026-03-14 19:09:51 -0400
commitc4370a17dec7c1090c92efc195f6bd1188ba9bde (patch)
tree9e421f1f16ea409865a371adb4902e604ec5f299 /stacks/pim/compose.yml
parent2578d12ea47d10130472a845244e4aaac48897cb (diff)
downloadrd-cloud-c4370a17dec7c1090c92efc195f6bd1188ba9bde.tar.gz
rd-cloud-c4370a17dec7c1090c92efc195f6bd1188ba9bde.tar.bz2
rd-cloud-c4370a17dec7c1090c92efc195f6bd1188ba9bde.zip
refactor: alter the position of environment files and container routingdev
Diffstat (limited to 'stacks/pim/compose.yml')
-rw-r--r--stacks/pim/compose.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/stacks/pim/compose.yml b/stacks/pim/compose.yml
index 8359e9c..2ef4d17 100644
--- a/stacks/pim/compose.yml
+++ b/stacks/pim/compose.yml
@@ -1,16 +1,13 @@
-name: ${STACK}
-
networks:
- edge-net:
+ edge_net:
name: ${EDGE_NET}
external: true
- db-net:
+ db_net:
name: ${DB_NET}
external: true
services:
pim:
- container_name: ${PIM_CONTAINER}
image: ghcr.io/tchapi/davis-standalone:latest
environment:
ADMIN_AUTH_BYPASS: false
@@ -20,7 +17,7 @@ services:
- .run.env
- .env
networks:
- - edge-net
- - db-net
+ - edge_net
+ - db_net
expose:
- 9000