aboutsummaryrefslogtreecommitdiff
path: root/174bg/website/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to '174bg/website/docker-compose.yaml')
-rw-r--r--174bg/website/docker-compose.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/174bg/website/docker-compose.yaml b/174bg/website/docker-compose.yaml
new file mode 100644
index 0000000..87e41cb
--- /dev/null
+++ b/174bg/website/docker-compose.yaml
@@ -0,0 +1,6 @@
+# this is the compose file we deploy to the server
+services:
+ app:
+ build: https://github.com/EpicGames/lore.git#master:174bg/website
+ ports:
+ - "3892:3000"