File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
22 core :
3- image : ghcr.io/defguard/defguard:dev
3+ image : ghcr.io/defguard/defguard:2.0.0-alpha1
44 environment :
55 DEFGUARD_COOKIE_INSECURE : " true"
66 DEFGUARD_SECRET_KEY : defguard-secret-key-defguard-secret-key-defguard-secret-key-defguard-secret-key
@@ -19,14 +19,14 @@ services:
1919 - " 8000:8000"
2020
2121 edge1 :
22- image : ghcr.io/defguard/defguard-proxy:dev
22+ image : ghcr.io/defguard/defguard-proxy:2.0.0-alpha1
2323 volumes :
2424 - ./.volumes/certs2.0-ha/edge1:/etc/defguard/certs
2525 depends_on :
2626 - core
2727
2828 edge2 :
29- image : ghcr.io/defguard/defguard-proxy:dev
29+ image : ghcr.io/defguard/defguard-proxy:2.0.0-alpha1
3030 volumes :
3131 - ./.volumes/certs2.0-ha/edge2:/etc/defguard/certs
3232 depends_on :
@@ -43,7 +43,7 @@ services:
4343 - ./nginx/edge.conf:/etc/nginx/conf.d/default.conf:ro
4444
4545 gateway1 :
46- image : ghcr.io/defguard/gateway:dev
46+ image : ghcr.io/defguard/gateway:2.0.0-alpha1
4747 depends_on :
4848 - core
4949 cap_add :
@@ -55,7 +55,7 @@ services:
5555 HEALTH_PORT : 55003
5656
5757 gateway2 :
58- image : ghcr.io/defguard/gateway:dev
58+ image : ghcr.io/defguard/gateway:2.0.0-alpha1
5959 depends_on :
6060 - core
6161 cap_add :
You can’t perform that action at this time.
0 commit comments