File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
HOST : ${{ secrets.HOST }}
13
13
ADMIN_PASS : ${{ secrets.ADMIN_PASS }}
14
14
DB_PASS : ${{ secrets.DB_PASS }}
15
+ AUTO_LE : yes
15
16
API_WORKERS : 8
16
17
17
18
steps :
Original file line number Diff line number Diff line change 12
12
13
13
env :
14
14
HOST : yacs.duckdns.org
15
+ AUTO_LE : no
16
+ SELF_CERT : yes
15
17
API_WORKERS : 8
16
18
17
19
steps :
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ services:
8
8
ports :
9
9
- 80:8080
10
10
- 443:8443
11
- volumes :
12
- - ./src/web/cert:/etc/letsencrypt
13
11
environment :
14
12
# https://docs.docker.com/compose/compose-file/#variable-substitution
15
13
# - HOST=${HOST:-localhost}
@@ -38,7 +36,7 @@ services:
38
36
- USE_PROXY_CACHE=yes
39
37
- PROXY_CACHE_VALID=200=1s
40
38
# ===== HTTPS config =====
41
- - AUTO_LETS_ENCRYPT=${AUTO_LE:-yes }
39
+ - AUTO_LETS_ENCRYPT=${AUTO_LE:-no }
42
40
- GENERATE_SELF_SIGNED_SSL=${SELF_CERT:-no}
43
41
- REDIRECT_HTTP_TO_HTTPS=yes
44
42
# ===== ModSecurity =====
You can’t perform that action at this time.
0 commit comments