diff options
| author | RATDAD <lambda@disroot.org> | 2026-03-14 19:09:51 -0400 |
|---|---|---|
| committer | RATDAD <lambda@disroot.org> | 2026-03-14 19:09:51 -0400 |
| commit | c4370a17dec7c1090c92efc195f6bd1188ba9bde (patch) | |
| tree | 9e421f1f16ea409865a371adb4902e604ec5f299 /stacks/pim/compose.yml | |
| parent | 2578d12ea47d10130472a845244e4aaac48897cb (diff) | |
| download | rd-cloud-dev.tar.gz rd-cloud-dev.tar.bz2 rd-cloud-dev.zip | |
refactor: alter the position of environment files and container routingdev
Diffstat (limited to 'stacks/pim/compose.yml')
| -rw-r--r-- | stacks/pim/compose.yml | 11 |
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 |
