aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorMichael McVady <michaelm@telnyx.com>2025-04-20 18:04:35 -0500
committerMichael McVady <michaelm@telnyx.com>2025-04-20 18:04:35 -0500
commit5a1fc0a397820582fb3f8be744b785dd3593fb43 (patch)
tree4e78b0547e965c5471abb848a77a0d22ad7f4e59 /docker-compose.yml
parentaa879bc6e66c7d85462026d03ddbf6a972699db3 (diff)
Attempt to dockerizeHEADmaster
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..9ed9244
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,8 @@
+services:
+
+ lux:
+ container_name: lux
+ image: lux:latest
+ build: .
+ ports:
+ - "8900:8900"