Skip to content

Commit ac6a5a2

Browse files
authored
Updated component tags in compose for 2.0 (#126)
1 parent 9a27abf commit ac6a5a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docker-compose2.0/docker-compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
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:

0 commit comments

Comments
 (0)