Skip to content

Commit

Permalink
Adding registry to compose
Browse files Browse the repository at this point in the history
forgot to add the registry we push these images to, quick follow up
  • Loading branch information
epag committed Sep 3, 2024
1 parent 580e201 commit 2fb48e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-entry.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ volumes:
device: "${NFS_HOME_DIR_DEVICE}"
services:
nginx:
image: "wres/nginx"
image: "${DOCKER_REGISTRY}/wres/nginx"
container_name: nginx_proxy
volumes:
- ${NGINX_SERVER_CERT}:/etc/nginx/cert/wres_server_cert.pem
Expand Down
2 changes: 1 addition & 1 deletion compose-workers.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ volumes:
device: "${NFS_HOME_DIR_DEVICE}"
services:
nginx:
image: "wres/nginx"
image: "${DOCKER_REGISTRY}/wres/nginx"
container_name: nginx_proxy
volumes:
- ${NGINX_SERVER_CERT}:/etc/nginx/cert/wres_server_cert.pem
Expand Down

0 comments on commit 2fb48e2

Please sign in to comment.