Skip to content
Snippets Groups Projects

modified notification service to use host network so it's reachable

Merged Andrew Kapuscinski requested to merge notification-to-host-network into main
1 file
+ 2
5
Compare changes
  • Side-by-side
  • Inline
+ 2
5
@@ -66,11 +66,8 @@ services:
notification:
image: ssa-containers.aoc.nrao.edu/workspaces/notification:${TAG}
ports:
- target: 3458
published: 3458
protocol: tcp
mode: host
networks:
- host
secrets:
- source: dsoc_${ENV}_secrets
target: dsoc-${ENV}.properties
Loading