aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml11
1 files changed, 11 insertions, 0 deletions
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