diff options
Diffstat (limited to '')
-rw-r--r-- | docker-compose.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..95fd75c --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,17 @@ +version: "3.7" + +services: + neosvr: + build: . + environment: + LAUNCH_APP: 740250 + INSTALL_APPS: 740250 + LOGIN: user + PASSWORD: pwd + BETA_NAME: headless-client + BETA_KEY: *** + volumes: + - ./steam:/steam + - ./neosvr.conf.json:/steam/740250/Config/Config.json + stdin_open: true + tty: true |