Skip to content

Commit 0d61718

Browse files
committed
gw: Update docker compose file
1 parent c84990b commit 0d61718

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gateway/dstack-app/docker-compose.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
services:
22
gateway:
3-
build:
4-
context: .
5-
dockerfile: Dockerfile
6-
args:
7-
DSTACK_REV: ${GIT_REV}
8-
SOURCE_DATE_EPOCH: ${SOURCE_DATE_EPOCH}
3+
image: kvin/gateway@sha256:27fc6872836712c640d22397e4cf86c3e771ebed0116e075dca0eb170d9a9081
94
volumes:
105
- /var/run/dstack.sock:/var/run/dstack.sock
116
- /dstack:/dstack

0 commit comments

Comments
 (0)