aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 7801d446cce055fcca952d7fc9f8dcfa01671338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
      - ./logs:/logs
      - ./config:/steam/740250/Config:ro
    stdin_open: true
    tty: true