We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84990b commit 0d61718Copy full SHA for 0d61718
gateway/dstack-app/docker-compose.yaml
@@ -1,11 +1,6 @@
1
services:
2
gateway:
3
- build:
4
- context: .
5
- dockerfile: Dockerfile
6
- args:
7
- DSTACK_REV: ${GIT_REV}
8
- SOURCE_DATE_EPOCH: ${SOURCE_DATE_EPOCH}
+ image: kvin/gateway@sha256:27fc6872836712c640d22397e4cf86c3e771ebed0116e075dca0eb170d9a9081
9
volumes:
10
- /var/run/dstack.sock:/var/run/dstack.sock
11
- /dstack:/dstack
0 commit comments