From d79f5eadcce336d7a4e4867d306c386af7e9f108 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Fri, 4 Feb 2022 10:15:36 +0100 Subject: Use SSL for Nginx. --- docker-compose.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml index 4ffff75..b02716d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,8 +3,13 @@ services: dashboard: build: . ports: - - 8001:80 + - 443:443 environment: - PER_PAGE - COLLECTOR_URL - JWT_URL + volumes: + - certs:/etc/ssl/dashboard/ + +volumes: + certs: -- cgit v1.1