-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
29 lines (28 loc) · 901 Bytes
/
docker-compose.yml
File metadata and controls
29 lines (28 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: '3.8'
services:
se-server:
build: .
image: spaceengineers:latest
container_name: se-ds-docker
restart: unless-stopped
volumes:
# left side: your docker-host machine
# right side: the paths in the image (!!do not change!!)
- /appdata/space-engineers/plugins:/appdata/space-engineers/plugins
- /appdata/space-engineers/instances:/appdata/space-engineers/instances
- /appdata/space-engineers/SpaceEngineersDedicated:/appdata/space-engineers/SpaceEngineersDedicated
- /appdata/space-engineers/steamcmd:/root/.steam
ports:
- target: 27016
published: 27016
protocol: udp
mode: host
- target: 8080
published: 18080
protocol: tcp
mode: host
environment:
- WINEDEBUG=-all
- INSTANCE_NAME=SE
- PUBLIC_IP=127.0.0.1
# public ip required for healthcheck