aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 2811d3b6800a67bc616cdd749cf376b3538c6e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    stdin_open: true
    tty: true