begin certificate integration for hosts
This commit is contained in:
parent
6dba4ddf7c
commit
ca8e55e56d
6 changed files with 72 additions and 1 deletions
|
|
@ -12,3 +12,11 @@ services:
|
|||
- --config-path=/config/homeserver.yaml
|
||||
# - --config-path=/config/generic_worker.yaml
|
||||
restart: always
|
||||
nginx:
|
||||
image: nginx:${NGINX_VERSION}
|
||||
ports:
|
||||
- "80:80/tcp"
|
||||
- "443:443/tcp"
|
||||
volumes:
|
||||
- ./nginx:/etc/nginx/conf.d
|
||||
- /ssl:/ssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue