summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorKristofer Hallin <kristofer@sunet.se>2022-01-25 15:39:14 +0100
committerKristofer Hallin <kristofer@sunet.se>2022-01-25 15:39:14 +0100
commitf4d44b76264c32b23d48bb8a3ed728b39d515854 (patch)
treed70b0e38b063a48d1a25774d6114bbdc2eec671d /docker-compose.yaml
parentd1245f7f2ba2156159a369e8511e85d4e02deedb (diff)
Dockerize the whole thing.
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml12
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
+