Skip to content

Commit 0ae3a44

Browse files
committed
Update docker-compose.yml with latest client image
- Replace local image reference with GitHub Container Registry image - Use latest tagged version of sira-dagster-fastapi-client
1 parent 39076b6 commit 0ae3a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
dagster-trigger:
3-
image: fast-api-dagster-client-2
3+
image: ghcr.io/ali2kan/sira-dagster-fastapi-client:latest
44
# build:
55
# context: .
66
# dockerfile: Dockerfile

0 commit comments

Comments
 (0)