Skip to content

Commit debdab9

Browse files
authored
Update compose 2.0 to beta2 (#147)
1 parent e147816 commit debdab9

5 files changed

Lines changed: 15 additions & 31 deletions

File tree

docker-compose2.0/docker-compose.firewall.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
services:
22
core:
3-
image: ghcr.io/defguard/defguard:dev
3+
image: ghcr.io/defguard/defguard:2.0.0-beta2
44
environment:
55
DEFGUARD_COOKIE_INSECURE: "true"
6-
DEFGUARD_SECRET_KEY: defguard-secret-key-defguard-secret-key-defguard-secret-key-defguard-secret-key
7-
DEFGUARD_AUTH_SECRET: defguard-auth-secret
8-
DEFGUARD_GATEWAY_SECRET: defguard-gateway-secret
9-
DEFGUARD_YUBIBRIDGE_SECRET: defguard-yubibridge-secret
106
DEFGUARD_DB_HOST: db
117
DEFGUARD_DB_PORT: 5432
128
DEFGUARD_DB_USER: defguard
@@ -25,7 +21,7 @@ services:
2521
- default
2622

2723
edge1:
28-
image: ghcr.io/defguard/defguard-proxy:2.0.0-alpha2
24+
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
2925
volumes:
3026
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
3127
ports:

docker-compose2.0/docker-compose.ha.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
services:
22
core:
3-
image: ghcr.io/defguard/defguard:2.0.0-alpha2
3+
image: ghcr.io/defguard/defguard:2.0.0-beta2
44
environment:
55
DEFGUARD_COOKIE_INSECURE: "true"
6-
DEFGUARD_SECRET_KEY: defguard-secret-key-defguard-secret-key-defguard-secret-key-defguard-secret-key
7-
DEFGUARD_AUTH_SECRET: defguard-auth-secret
8-
DEFGUARD_GATEWAY_SECRET: defguard-gateway-secret
9-
DEFGUARD_YUBIBRIDGE_SECRET: defguard-yubibridge-secret
106
DEFGUARD_DB_HOST: db
117
DEFGUARD_DB_PORT: 5432
128
DEFGUARD_DB_USER: defguard
@@ -22,12 +18,12 @@ services:
2218
- "8000:8000"
2319

2420
edge1:
25-
image: ghcr.io/defguard/defguard-proxy:2.0.0-alpha2
21+
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
2622
volumes:
2723
- ./.volumes/certs2.0-ha/edge1:/etc/defguard/certs
2824

2925
edge2:
30-
image: ghcr.io/defguard/defguard-proxy:2.0.0-alpha2
26+
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
3127
volumes:
3228
- ./.volumes/certs2.0-ha/edge2:/etc/defguard/certs
3329

@@ -42,7 +38,7 @@ services:
4238
- ./nginx/edge.conf:/etc/nginx/conf.d/default.conf:ro
4339

4440
gateway1:
45-
image: ghcr.io/defguard/gateway:2.0.0-alpha2
41+
image: ghcr.io/defguard/gateway:2.0.0-beta2
4642
cap_add:
4743
- NET_ADMIN
4844
volumes:
@@ -52,7 +48,7 @@ services:
5248
HEALTH_PORT: 55003
5349

5450
gateway2:
55-
image: ghcr.io/defguard/gateway:2.0.0-alpha2
51+
image: ghcr.io/defguard/gateway:2.0.0-beta2
5652
cap_add:
5753
- NET_ADMIN
5854
volumes:

docker-compose2.0/docker-compose.ldap.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
services:
22
core:
3-
image: ghcr.io/defguard/defguard:dev
3+
image: ghcr.io/defguard/defguard:2.0.0-beta2
44
environment:
55
DEFGUARD_COOKIE_INSECURE: "true"
6-
DEFGUARD_SECRET_KEY: defguard-secret-key-defguard-secret-key-defguard-secret-key-defguard-secret-key
7-
DEFGUARD_AUTH_SECRET: defguard-auth-secret
8-
DEFGUARD_GATEWAY_SECRET: defguard-gateway-secret
9-
DEFGUARD_YUBIBRIDGE_SECRET: defguard-yubibridge-secret
106
DEFGUARD_DB_HOST: db
117
DEFGUARD_DB_PORT: 5432
128
DEFGUARD_DB_USER: defguard
@@ -22,7 +18,7 @@ services:
2218
- "8000:8000"
2319

2420
edge1:
25-
image: ghcr.io/defguard/defguard-proxy:2.0.0-alpha2
21+
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
2622
volumes:
2723
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
2824
ports:
@@ -31,7 +27,7 @@ services:
3127
- "443:443"
3228

3329
gateway1:
34-
image: ghcr.io/defguard/gateway:2.0.0-alpha2
30+
image: ghcr.io/defguard/gateway:2.0.0-beta2
3531
cap_add:
3632
- NET_ADMIN
3733
volumes:
@@ -78,7 +74,8 @@ services:
7874
depends_on:
7975
- openldap
8076
environment:
81-
PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'openldap': [{'server': [{'host': 'openldap', 'port': 1389}]}]}]"
77+
PHPLDAPADMIN_LDAP_HOSTS: "#PYTHON2BASH:[{'openldap': [{'server': [{'host':
78+
'openldap', 'port': 1389}]}]}]"
8279
PHPLDAPADMIN_HTTPS: "false"
8380
ports:
8481
- "8081:80"

docker-compose2.0/docker-compose.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
services:
22
core:
3-
image: ghcr.io/defguard/defguard:2.0.0-alpha2
3+
image: ghcr.io/defguard/defguard:2.0.0-beta2
44
environment:
55
DEFGUARD_COOKIE_INSECURE: "true"
6-
DEFGUARD_SECRET_KEY: defguard-secret-key-defguard-secret-key-defguard-secret-key-defguard-secret-key
7-
DEFGUARD_AUTH_SECRET: defguard-auth-secret
8-
DEFGUARD_GATEWAY_SECRET: defguard-gateway-secret
9-
DEFGUARD_YUBIBRIDGE_SECRET: defguard-yubibridge-secret
106
DEFGUARD_DB_HOST: db
117
DEFGUARD_DB_PORT: 5432
128
DEFGUARD_DB_USER: defguard
@@ -22,7 +18,7 @@ services:
2218
- "8000:8000"
2319

2420
edge1:
25-
image: ghcr.io/defguard/defguard-proxy:2.0.0-alpha2
21+
image: ghcr.io/defguard/defguard-proxy:2.0.0-beta2
2622
volumes:
2723
- ./.volumes/certs2.0/edge1:/etc/defguard/certs
2824
ports:
@@ -31,7 +27,7 @@ services:
3127
- "443:443"
3228

3329
gateway1:
34-
image: ghcr.io/defguard/gateway:2.0.0-alpha2
30+
image: ghcr.io/defguard/gateway:2.0.0-beta2
3531
cap_add:
3632
- NET_ADMIN
3733
volumes:

docker-compose2.0/ldap/entrypoint/set_access.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ olcAccess: to *
1818
by * read
1919
EOF
2020

21-
2221
ldap_stop

0 commit comments

Comments
 (0)