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 docker-compose2.0/docker-compose.firewall.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
core:
image: ghcr.io/defguard/defguard:2.0.0
image: ghcr.io/defguard/defguard:2
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_DB_HOST: db
Expand All @@ -21,7 +21,7 @@ services:
- default

edge1:
image: ghcr.io/defguard/defguard-proxy:2.0.0
image: ghcr.io/defguard/defguard-proxy:2
volumes:
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
ports:
Expand All @@ -32,7 +32,7 @@ services:
- default

gateway1:
image: ghcr.io/defguard/gateway:2.0.1
image: ghcr.io/defguard/gateway:2
cap_add:
- NET_ADMIN
volumes:
Expand Down
10 changes: 5 additions & 5 deletions docker-compose2.0/docker-compose.ha.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
core:
image: ghcr.io/defguard/defguard:2.0.0
image: ghcr.io/defguard/defguard:2
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_DB_HOST: db
Expand All @@ -18,12 +18,12 @@ services:
- "8000:8000"

edge1:
image: ghcr.io/defguard/defguard-proxy:2.0.0
image: ghcr.io/defguard/defguard-proxy:2
volumes:
- ./.volumes/certs2.0-ha/edge1:/etc/defguard/certs

edge2:
image: ghcr.io/defguard/defguard-proxy:2.0.0
image: ghcr.io/defguard/defguard-proxy:2
volumes:
- ./.volumes/certs2.0-ha/edge2:/etc/defguard/certs

Expand All @@ -38,7 +38,7 @@ services:
- ./nginx/edge.conf:/etc/nginx/conf.d/default.conf:ro

gateway1:
image: ghcr.io/defguard/gateway:2.0.1
image: ghcr.io/defguard/gateway:2
cap_add:
- NET_ADMIN
volumes:
Expand All @@ -48,7 +48,7 @@ services:
HEALTH_PORT: 55003

gateway2:
image: ghcr.io/defguard/gateway:2.0.1
image: ghcr.io/defguard/gateway:2
cap_add:
- NET_ADMIN
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose2.0/docker-compose.ldap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
core:
image: ghcr.io/defguard/defguard:2.0.0
image: ghcr.io/defguard/defguard:2
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_DB_HOST: db
Expand All @@ -18,7 +18,7 @@ services:
- "8000:8000"

edge1:
image: ghcr.io/defguard/defguard-proxy:2.0.0
image: ghcr.io/defguard/defguard-proxy:2
volumes:
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
ports:
Expand All @@ -27,7 +27,7 @@ services:
- "443:443"

gateway1:
image: ghcr.io/defguard/gateway:2.0.1
image: ghcr.io/defguard/gateway:2
cap_add:
- NET_ADMIN
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose2.0/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
core:
image: ghcr.io/defguard/defguard:2.0.0
image: ghcr.io/defguard/defguard:2
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_DB_HOST: db
Expand All @@ -18,7 +18,7 @@ services:
- "8000:8000"

edge1:
image: ghcr.io/defguard/defguard-proxy:2.0.0
image: ghcr.io/defguard/defguard-proxy:2
volumes:
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
ports:
Expand All @@ -27,7 +27,7 @@ services:
- "443:443"

gateway1:
image: ghcr.io/defguard/gateway:2.0.1
image: ghcr.io/defguard/gateway:2
cap_add:
- NET_ADMIN
volumes:
Expand Down
21 changes: 0 additions & 21 deletions ova/build-ova.sh

This file was deleted.

Loading