Skip to content
Merged
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
10 changes: 5 additions & 5 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:dev
image: ghcr.io/defguard/defguard:2.0.0-alpha1
environment:
DEFGUARD_COOKIE_INSECURE: "true"
DEFGUARD_SECRET_KEY: defguard-secret-key-defguard-secret-key-defguard-secret-key-defguard-secret-key
Expand All @@ -19,14 +19,14 @@ services:
- "8000:8000"

edge1:
image: ghcr.io/defguard/defguard-proxy:dev
image: ghcr.io/defguard/defguard-proxy:2.0.0-alpha1
volumes:
- ./.volumes/certs2.0-ha/edge1:/etc/defguard/certs
depends_on:
- core

edge2:
image: ghcr.io/defguard/defguard-proxy:dev
image: ghcr.io/defguard/defguard-proxy:2.0.0-alpha1
volumes:
- ./.volumes/certs2.0-ha/edge2:/etc/defguard/certs
depends_on:
Expand All @@ -43,7 +43,7 @@ services:
- ./nginx/edge.conf:/etc/nginx/conf.d/default.conf:ro

gateway1:
image: ghcr.io/defguard/gateway:dev
image: ghcr.io/defguard/gateway:2.0.0-alpha1
depends_on:
- core
cap_add:
Expand All @@ -55,7 +55,7 @@ services:
HEALTH_PORT: 55003

gateway2:
image: ghcr.io/defguard/gateway:dev
image: ghcr.io/defguard/gateway:2.0.0-alpha1
depends_on:
- core
cap_add:
Expand Down