We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d538d commit ea13a67Copy full SHA for ea13a67
2 files changed
ova/files/docker-compose.standalone.yaml
@@ -11,6 +11,7 @@ services:
11
- db
12
ports:
13
- "8000:8000"
14
+ - "8443:443"
15
16
edge:
17
restart: unless-stopped
@@ -21,6 +22,8 @@ services:
21
22
23
- "8080:8080"
24
- "50051:50051"
25
+ - "443:443"
26
+ - "80:80"
27
28
gateway:
29
ova/files/docker-compose.yaml
@@ -16,6 +16,7 @@ services:
- gateway
18
19
20
@@ -24,6 +25,8 @@ services:
- ./.volumes/certs/edge:/etc/defguard/certs
30
31
32
0 commit comments