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- restart : always
3+ restart : unless-stopped
44 image : ghcr.io/defguard/defguard:${DEFGUARD_CORE_TAG:?DEFGUARD_CORE_TAG is required}
55 env_file : .env
66 environment :
@@ -16,15 +16,15 @@ services:
1616 - " 8000:8000"
1717
1818 edge :
19- restart : always
19+ restart : unless-stopped
2020 image : ghcr.io/defguard/defguard-proxy:${DEFGUARD_PROXY_TAG:?DEFGUARD_PROXY_TAG is required}
2121 volumes :
2222 - ./.volumes/certs/edge:/etc/defguard/certs
2323 ports :
2424 - " 8080:8080"
2525
2626 gateway :
27- restart : always
27+ restart : unless-stopped
2828 image : ghcr.io/defguard/gateway:${DEFGUARD_GATEWAY_TAG:?DEFGUARD_GATEWAY_TAG is required}
2929 cap_add :
3030 - NET_ADMIN
@@ -35,7 +35,7 @@ services:
3535 HEALTH_PORT : 55003
3636
3737 db :
38- restart : always
38+ restart : unless-stopped
3939 image : postgres:18-alpine
4040 env_file : .env
4141 volumes :
You can’t perform that action at this time.
0 commit comments