Skip to content
Snippets Groups Projects
Commit 722b2d91 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

undo networking curiosity

parent 26dd1e84
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10368 passed
......@@ -5,7 +5,7 @@ CACHE_IMAGE_TAG=local # TODO: remove once cache image removed
DEPLOY_ENV=local # the default environment to build for (one of: dev, test, local, prod)
ENV=local # the default environment to build for (one of: dev, test, local, prod)
TAG=local # the tag name to pull images from when building
ENV_HOST="localhost"
ENV_HOST="ws-dev.nrao.edu"
DL_HOST="https://dl-dsoc.nrao.edu"
NG_APP_WS_VERSION=${ENV}
WS_VERSION=unknown-version
......
......@@ -13,9 +13,10 @@ services:
- LOCAL_OR_SERVER_PEX="server-pex"
- DEPLOY_ENV=${ENV}
ports:
- "3456:3456"
networks:
- host
- target: 3456
published: 3456
protocol: tcp
mode: host
environment:
CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV}
......@@ -98,9 +99,10 @@ services:
- WS_VERSION=${WS_VERSION}
- DEPLOY_ENV=${ENV}
ports:
- "3458:3458"
networks:
- host
- target: 3458
published: 3458
protocol: tcp
mode: host
environment:
CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV}
......@@ -160,10 +162,5 @@ services:
parallelism: 0
order: stop-first
networks:
host:
external: true
name: host
volumes:
condor:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment