Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating compose files #26

Merged
merged 2 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions compose-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ volumes:
device: "${NFS_HOME_DIR_DEVICE}"
services:
persister:
image: "${DOCKER_REGISTRY}/wres/wres-redis:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-redis:20240701-5b07a6e"
restart: always
volumes:
# For the job data
Expand All @@ -33,7 +33,7 @@ services:
tasker:
ports:
- "443:8443"
image: "${DOCKER_REGISTRY}/wres/wres-tasker:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-tasker:20240701-5b07a6e"
restart: always
depends_on:
broker:
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
ports:
- "5671:5671"
- "15671:15671"
image: "${DOCKER_REGISTRY}/wres/wres-broker:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-broker:20240701-5b07a6e"
restart: always
volumes:
# For certificates and keys that correspond to them:
Expand All @@ -87,7 +87,7 @@ services:
healthcheck:
start_period: 5m
worker:
image: "${DOCKER_REGISTRY}/wres/wres-worker:20240514-b04614c"
image: "${DOCKER_REGISTRY}/wres/wres-worker:20240701-5b07a6e"
restart: always
depends_on:
broker:
Expand Down Expand Up @@ -137,7 +137,7 @@ services:
- 5673
ports:
- 15673:15673
image: "${DOCKER_REGISTRY}/wres/wres-eventsbroker:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-eventsbroker:20240701-5b07a6e"
restart: always
volumes:
# For heap-dump files
Expand All @@ -159,7 +159,7 @@ services:
depends_on:
eventsbroker:
condition: service_started
image: "${DOCKER_REGISTRY}/wres/wres-graphics:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-graphics:20240701-5b07a6e"
restart: always
volumes:
# To write graphics outputs
Expand All @@ -181,7 +181,7 @@ services:
depends_on:
eventsbroker:
condition: service_started
image: "${DOCKER_REGISTRY}/wres/wres-writing:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-writing:20240701-5b07a6e"
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 @@ -16,7 +16,7 @@ volumes:
device: "${NFS_HOME_DIR_DEVICE}"
services:
worker:
image: "${DOCKER_REGISTRY}/wres/wres-worker:20240514-b04614c"
image: "${DOCKER_REGISTRY}/wres/wres-worker:20240701-5b07a6e"
restart: always
depends_on:
eventsbroker:
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
- 5673
ports:
- 15673:15673
image: "${DOCKER_REGISTRY}/wres/wres-eventsbroker:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-eventsbroker:20240701-5b07a6e"
restart: always
volumes:
# For heap-dump files
Expand All @@ -86,7 +86,7 @@ services:
depends_on:
eventsbroker:
condition: service_started
image: "${DOCKER_REGISTRY}/wres/wres-graphics:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-graphics:20240701-5b07a6e"
restart: always
volumes:
# To write graphics outputs
Expand All @@ -108,7 +108,7 @@ services:
depends_on:
eventsbroker:
condition: service_started
image: "${DOCKER_REGISTRY}/wres/wres-writing:20240513-cdfcac4"
image: "${DOCKER_REGISTRY}/wres/wres-writing:20240701-5b07a6e"
restart: always
volumes:
# To write numeric outputs
Expand Down
Empty file modified scripts/dockerizeGithub.sh
100644 → 100755
Empty file.
Empty file modified scripts/versionsGithub.sh
100644 → 100755
Empty file.
Loading