summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
blob: b02716d5c47b337be8ab409e6ffa6132cad00213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3.7'
services:
  dashboard:
    build: .
    ports:
      - 443:443
    environment:
      - PER_PAGE
      - COLLECTOR_URL
      - JWT_URL
    volumes:
      - certs:/etc/ssl/dashboard/

volumes:
  certs: