Skip to content
Snippets Groups Projects
Commit c38b3f7b authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Update the compose file to account for change in host network syntax

parent 1f867ffa
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10357 passed
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
ports: ports:
- "3456:3456" - "3456:3456"
networks: networks:
- host hostnet: {}
environment: environment:
CAPO_PATH: /home/casa/capo CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV} CAPO_PROFILE: dsoc-${ENV}
...@@ -99,7 +99,7 @@ services: ...@@ -99,7 +99,7 @@ services:
ports: ports:
- "3458:3458" - "3458:3458"
networks: networks:
- host hostnet: {}
environment: environment:
CAPO_PATH: /home/casa/capo CAPO_PATH: /home/casa/capo
CAPO_PROFILE: dsoc-${ENV} CAPO_PROFILE: dsoc-${ENV}
...@@ -160,7 +160,7 @@ services: ...@@ -160,7 +160,7 @@ services:
order: stop-first order: stop-first
networks: networks:
host: hostnet:
external: true external: true
name: host name: host
......
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