begin certificate integration for hosts

This commit is contained in:
Nico Schottelius 2023-09-27 13:49:56 +02:00
commit ca8e55e56d
6 changed files with 72 additions and 1 deletions

View file

@ -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