Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions custom-domain/dstack-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can use a wildcard domain (e.g. `*.myapp.com`) to route all subdomains to a
```yaml
services:
dstack-ingress:
image: dstacktee/dstack-ingress:latest
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
ports:
- "443:443"
environment:
Expand Down Expand Up @@ -64,7 +64,7 @@ volumes:
```yaml
services:
dstack-ingress:
image: dstacktee/dstack-ingress:latest
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
ports:
- "443:443"
environment:
Expand Down Expand Up @@ -102,7 +102,7 @@ Use `ROUTING_MAP` to route different domains to different backends via SNI:
```yaml
services:
ingress:
image: dstacktee/dstack-ingress:latest
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
ports:
- "443:443"
environment:
Expand Down
3 changes: 1 addition & 2 deletions custom-domain/dstack-ingress/docker-compose.multi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
ingress:
# TODO: pin by digest for production (dstacktee/dstack-ingress@sha256:...)
image: dstacktee/dstack-ingress:latest
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
ports:
- "443:443"
environment:
Expand Down Expand Up @@ -37,5 +36,5 @@
restart: unless-stopped

volumes:
letsencrypt:

Check failure on line 39 in custom-domain/dstack-ingress/docker-compose.multi.yaml

View workflow job for this annotation

GitHub Actions / check-all

39:15 [empty-values] empty value in block mapping

Check failure on line 39 in custom-domain/dstack-ingress/docker-compose.multi.yaml

View workflow job for this annotation

GitHub Actions / Basic Checks (dev.sh)

39:15 [empty-values] empty value in block mapping
evidences:

Check failure on line 40 in custom-domain/dstack-ingress/docker-compose.multi.yaml

View workflow job for this annotation

GitHub Actions / check-all

40:13 [empty-values] empty value in block mapping

Check failure on line 40 in custom-domain/dstack-ingress/docker-compose.multi.yaml

View workflow job for this annotation

GitHub Actions / Basic Checks (dev.sh)

40:13 [empty-values] empty value in block mapping
3 changes: 1 addition & 2 deletions custom-domain/dstack-ingress/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
dstack-ingress:
# TODO: pin by digest for production (dstacktee/dstack-ingress@sha256:...)
image: dstacktee/dstack-ingress:latest
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
ports:
- "443:443"
environment:
Expand All @@ -25,5 +24,5 @@
restart: unless-stopped

volumes:
cert-data:

Check failure on line 27 in custom-domain/dstack-ingress/docker-compose.yaml

View workflow job for this annotation

GitHub Actions / check-all

27:13 [empty-values] empty value in block mapping

Check failure on line 27 in custom-domain/dstack-ingress/docker-compose.yaml

View workflow job for this annotation

GitHub Actions / Basic Checks (dev.sh)

27:13 [empty-values] empty value in block mapping
evidences:

Check failure on line 28 in custom-domain/dstack-ingress/docker-compose.yaml

View workflow job for this annotation

GitHub Actions / check-all

28:13 [empty-values] empty value in block mapping

Check failure on line 28 in custom-domain/dstack-ingress/docker-compose.yaml

View workflow job for this annotation

GitHub Actions / Basic Checks (dev.sh)

28:13 [empty-values] empty value in block mapping
Loading