summaryrefslogtreecommitdiff
path: root/stacks/pim/compose.yml
diff options
context:
space:
mode:
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