autocommit
This commit is contained in:
parent
419cde68cb
commit
396a7bd4f4
@ -18,6 +18,7 @@ services:
|
||||
- "--entrypoints.http.address=:80"
|
||||
- "--entrypoints.https.address=:443"
|
||||
- "--entrypoints.postgres.address=:5432"
|
||||
- "--entrypoints.mariadb.address=:3306"
|
||||
- "--entrypoints.http.http.redirections.entrypoint.to=https"
|
||||
- "--entrypoints.http.http.redirections.entrypoint.scheme=https"
|
||||
#SSL Let's Encrypt:
|
||||
@ -39,6 +40,7 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "5432:5432"
|
||||
- "3306:3306"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /data/secrets/${SERVER_DOMAIN}/letsencrypt:/letsencrypt
|
||||
|
Loading…
Reference in New Issue
Block a user