Skip to content
Open
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
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- --web.console.libraries=/usr/share/prometheus/console_libraries
- --web.console.templates=/usr/share/prometheus/consoles
fixcore:
image: somecr.io/someengineering/fixcore:edge
image: ghcr.io/someengineering/fixcore:edge
container_name: fixcore
depends_on:
- graphdb
Expand All @@ -64,7 +64,7 @@ services:
restart: always
stop_grace_period: 2m
fixworker:
image: somecr.io/someengineering/fixworker:edge
image: ghcr.io/someengineering/fixworker:edge
container_name: fixworker
depends_on:
- fixcore
Expand All @@ -83,7 +83,7 @@ services:
restart: always
stop_grace_period: 2m
fixmetrics:
image: somecr.io/someengineering/fixmetrics:edge
image: ghcr.io/someengineering/fixmetrics:edge
container_name: fixmetrics
depends_on:
- fixcore
Expand All @@ -97,7 +97,7 @@ services:
restart: always
stop_grace_period: 2m
fixshell:
image: somecr.io/someengineering/fixshell:edge
image: ghcr.io/someengineering/fixshell:edge
container_name: fixshell
depends_on:
- fixcore
Expand Down