From 24a505d2f7c47b837d4ada2569576af594975fce Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 28 Jul 2026 19:23:44 +0100 Subject: website w/ docker! --- 174bg/website/docker-compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 174bg/website/docker-compose.yaml (limited to '174bg/website/docker-compose.yaml') 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" -- cgit v1.2.3