Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DazWilkin/consul-sd-cloudrun
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWilkin committed Oct 9, 2023
2 parents e123be8 + 4f9e9a6 commit ee9d11f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Consul discovery agent that enumerates Cloud Run services and registers them w

## Image

+ ghcr.io/dazwilkin/consul-sd-cloudrun:98b2ddbd47dafc4ccc87d0fdf72af5f9f0d94108
+ ghcr.io/dazwilkin/consul-sd-cloudrun:84fe6edbb0f09e52ea12edad14f6a0448a17567f

## Run

Expand Down Expand Up @@ -42,7 +42,7 @@ podman run \
--name=discoverer \
--volume=${HOME}/.config/gcloud/application_default_credentials.json:/secrets/adc.json \
--env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/adc.json \
ghcr.io/dazwilkin/consul-sd-cloudrun:98b2ddbd47dafc4ccc87d0fdf72af5f9f0d94108 \
ghcr.io/dazwilkin/consul-sd-cloudrun:84fe6edbb0f09e52ea12edad14f6a0448a17567f \
--consul=localhost:8500 \
--project_ids=${PROJECT}
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
discoverer:
restart: always
image: ghcr.io/dazwilkin/consul-sd-cloudrun:98b2ddbd47dafc4ccc87d0fdf72af5f9f0d94108
image: ghcr.io/dazwilkin/consul-sd-cloudrun:84fe6edbb0f09e52ea12edad14f6a0448a17567f
container_name: discoverer
command:
- --consul=consul:8500
Expand Down

0 comments on commit ee9d11f

Please sign in to comment.