Skip to content

Commit

Permalink
Merge pull request #373 from NOAA-OWP/6.28-docker
Browse files Browse the repository at this point in the history
Docker compose files used for 6.28.
  • Loading branch information
HankHerr-NOAA authored Dec 13, 2024
2 parents b9a6ab6 + d715bb1 commit 4341ab7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions compose-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
networks:
wres_net:
persister:
image: "${DOCKER_REGISTRY}/wres/wres-redis:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-redis:20241210-b9a6ab6"
restart: always
volumes:
# For the job data
Expand All @@ -66,7 +66,7 @@ services:
tasker:
ports:
- "443:8443"
image: "${DOCKER_REGISTRY}/wres/wres-tasker:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-tasker:20241209-33eacdb"
restart: always
depends_on:
broker:
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
- "5671:5671"
- "15671:15671"
- "15691:15691"
image: "${DOCKER_REGISTRY}/wres/wres-broker:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-broker:20241210-b9a6ab6"
restart: always
volumes:
# For certificates and keys that correspond to them:
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
healthcheck:
start_period: 5m
worker:
image: "${DOCKER_REGISTRY}/wres/wres-worker:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-worker:20241210-76603a7"
restart: always
depends_on:
broker:
Expand Down Expand Up @@ -180,7 +180,7 @@ services:
- 5673
ports:
- 15673:15673
image: "${DOCKER_REGISTRY}/wres/wres-eventsbroker:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-eventsbroker:20241210-b9a6ab6"
restart: always
volumes:
# For heap-dump files
Expand All @@ -206,7 +206,7 @@ services:
depends_on:
eventsbroker:
condition: service_started
image: "${DOCKER_REGISTRY}/wres/wres-graphics:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-graphics:20241209-33eacdb"
restart: always
volumes:
# To write graphics outputs
Expand All @@ -228,7 +228,7 @@ services:
depends_on:
eventsbroker:
condition: service_started
image: "${DOCKER_REGISTRY}/wres/wres-writing:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-writing:20241209-33eacdb"
restart: always
volumes:
# To write numeric outputs
Expand Down
8 changes: 4 additions & 4 deletions compose-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
networks:
wres_net:
worker:
image: "${DOCKER_REGISTRY}/wres/wres-worker:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-worker:20241210-76603a7"
restart: always
depends_on:
eventsbroker:
Expand Down Expand Up @@ -97,7 +97,7 @@ services:
- 5673
ports:
- 15673:15673
image: "${DOCKER_REGISTRY}/wres/wres-eventsbroker:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-eventsbroker:20241210-b9a6ab6"
restart: always
volumes:
# For heap-dump files
Expand All @@ -123,7 +123,7 @@ services:
depends_on:
eventsbroker:
condition: service_started
image: "${DOCKER_REGISTRY}/wres/wres-graphics:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-graphics:20241209-33eacdb"
restart: always
volumes:
# To write graphics outputs
Expand All @@ -145,7 +145,7 @@ services:
depends_on:
eventsbroker:
condition: service_started
image: "${DOCKER_REGISTRY}/wres/wres-writing:20241018-74b8415"
image: "${DOCKER_REGISTRY}/wres/wres-writing:20241209-33eacdb"
restart: always
volumes:
# To write numeric outputs
Expand Down

0 comments on commit 4341ab7

Please sign in to comment.