File tree Expand file tree Collapse file tree
custom-domain/dstack-ingress Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ You can use a wildcard domain (e.g. `*.myapp.com`) to route all subdomains to a
3535``` yaml
3636services :
3737 dstack-ingress :
38- image : dstacktee/dstack-ingress:2.2
38+ image : dstacktee/dstack-ingress:2.2@sha256:d05a7b343c37c1cca1bba8dbf7e8f3c6d2118158af2d41c455103796db4f67f0
3939 ports :
4040 - " 443:443"
4141 environment :
@@ -64,7 +64,7 @@ volumes:
6464` ` ` yaml
6565services :
6666 dstack-ingress :
67- image : dstacktee/dstack-ingress:2.2
67+ image : dstacktee/dstack-ingress:2.2@sha256:d05a7b343c37c1cca1bba8dbf7e8f3c6d2118158af2d41c455103796db4f67f0
6868 ports :
6969 - " 443:443"
7070 environment :
@@ -102,7 +102,7 @@ Use `ROUTING_MAP` to route different domains to different backends via SNI:
102102` ` ` yaml
103103services:
104104 ingress:
105- image: dstacktee/dstack-ingress:2.2
105+ image: dstacktee/dstack-ingress:2.2@sha256:d05a7b343c37c1cca1bba8dbf7e8f3c6d2118158af2d41c455103796db4f67f0
106106 ports:
107107 - "443:443"
108108 environment:
Original file line number Diff line number Diff line change 11services :
22 ingress :
3- image : dstacktee/dstack-ingress:2.2
3+ image : dstacktee/dstack-ingress:2.2@sha256:d05a7b343c37c1cca1bba8dbf7e8f3c6d2118158af2d41c455103796db4f67f0
44 ports :
55 - " 443:443"
66 environment :
Original file line number Diff line number Diff line change 11services :
22 dstack-ingress :
3- image : dstacktee/dstack-ingress:2.2
3+ image : dstacktee/dstack-ingress:2.2@sha256:d05a7b343c37c1cca1bba8dbf7e8f3c6d2118158af2d41c455103796db4f67f0
44 ports :
55 - " 443:443"
66 environment :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ services:
3636 restart : unless-stopped
3737
3838 dstack-ingress :
39- image : dstacktee/dstack-ingress:2.2
39+ image : dstacktee/dstack-ingress:2.2@sha256:d05a7b343c37c1cca1bba8dbf7e8f3c6d2118158af2d41c455103796db4f67f0
4040 ports :
4141 - " 443:443"
4242 environment :
You can’t perform that action at this time.
0 commit comments