Skip to content

Commit

Permalink
bump images
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 12, 2024
1 parent c656deb commit 32250fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- redis_data:/data

migrations:
image: ctrlplane/migrations:f8372a7
image: ctrlplane/migrations:c656deb
container_name: ctrlplane-migrations
restart: "no"
environment:
Expand All @@ -32,7 +32,7 @@ services:
- postgres

webservice:
image: ctrlplane/webservice:4318330
image: ctrlplane/webservice:c656deb
container_name: ctrlplane-webservice
environment:
BASE_URL: "http://127.0.0.1" # <set your instance url>
Expand All @@ -50,15 +50,15 @@ services:
- "8080:8080"

job-policy-checker:
image: ctrlplane/job-policy-checker:a324758
image: ctrlplane/job-policy-checker:c656deb
container_name: ctrlplane-job-policy-checker
environment:
POSTGRES_URL: postgres://ctrlplane:ctrlplane@postgres:5432/ctrlplane
depends_on:
- postgres

event-worker:
image: ctrlplane/event-worker:a324758
image: ctrlplane/event-worker:c656deb
container_name: ctrlplane-event-worker
environment:
POSTGRES_URL: postgres://ctrlplane:ctrlplane@postgres:5432/ctrlplane
Expand Down

0 comments on commit 32250fa

Please sign in to comment.