Skip to content

Commit

Permalink
Merge pull request #2 from epics-containers/streamline
Browse files Browse the repository at this point in the history
change gateway image to runtime version
  • Loading branch information
gilesknap authored Aug 2, 2024
2 parents 15dd69d + 2d2d80e commit 927fcc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/gateway/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:

# ca-gateway for development #################################################

ca-gateway-develop: &ca-gateway
ca-gateway: &ca-gateway

image: ghcr.io/epics-containers/docker-ca-gateway-debug:2.1.3ec1
image: ghcr.io/epics-containers/docker-ca-gateway:2.1.3ec1

expose:
- 5064-5065/udp
Expand Down
2 changes: 1 addition & 1 deletion services/pvagw/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

# local pvagw for development ################################################

pvagw-develop: &pvagw
pvagw: &pvagw

image: ghcr.io/epics-containers/ec-p4p:4.1.12ec1

Expand Down

0 comments on commit 927fcc0

Please sign in to comment.