diff options
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..0c30aba --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,12 @@ +version: '3.7' +services: + dashboard: + build: . + ports: + - 443:443 + - 80:80 + environment: + - PER_PAGE + - COLLECTOR_URL + - JWT_URL + |
