From cbfc2113932b6f93b96458d2ee4fce4840e561bd Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 16 Apr 2026 19:13:06 +0100 Subject: initial commit --- docker-compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker-compose.yaml (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..c8c66b7 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,11 @@ +services: + nuclearoption: + build: . + # environment: + # - STEAM_USERNAME=anonymous + # - STEAM_PASSWORD= + network_mode: host + env_file: + - .env + volumes: + - ./nuclearoption:/app \ No newline at end of file -- cgit v1.2.3