diff options
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
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: |