Skip to content

Commit

Permalink
Merge branch 'main' into ch-validate-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal authored Dec 16, 2024
2 parents c9704a1 + c3945d4 commit 35c242c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:

flow-api:
container_name: flow_api
image: ghcr.io/peerdb-io/flow-api:stable-v0.20.1
image: ghcr.io/peerdb-io/flow-api:stable-v0.20.2
restart: unless-stopped
ports:
- 8112:8112
Expand All @@ -128,7 +128,7 @@ services:

flow-snapshot-worker:
container_name: flow-snapshot-worker
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.20.1
image: ghcr.io/peerdb-io/flow-snapshot-worker:stable-v0.20.2
restart: unless-stopped
environment:
<<: [*catalog-config, *flow-worker-env, *minio-config]
Expand All @@ -138,7 +138,7 @@ services:

flow-worker:
container_name: flow-worker
image: ghcr.io/peerdb-io/flow-worker:stable-v0.20.1
image: ghcr.io/peerdb-io/flow-worker:stable-v0.20.2
restart: unless-stopped
environment:
<<: [*catalog-config, *flow-worker-env, *minio-config]
Expand All @@ -151,7 +151,7 @@ services:
peerdb:
container_name: peerdb-server
stop_signal: SIGINT
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.20.1
image: ghcr.io/peerdb-io/peerdb-server:stable-v0.20.2
restart: unless-stopped
environment:
<<: *catalog-config
Expand All @@ -167,7 +167,7 @@ services:

peerdb-ui:
container_name: peerdb-ui
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.20.1
image: ghcr.io/peerdb-io/peerdb-ui:stable-v0.20.2
restart: unless-stopped
ports:
- 3000:3000
Expand Down

0 comments on commit 35c242c

Please sign in to comment.