Added some more composes

This commit is contained in:
Krumel
2021-03-19 12:50:49 +01:00
parent b9c2c8c662
commit cf6ec87719
5 changed files with 98 additions and 0 deletions

24
SEserver/SEserver.compose Normal file
View File

@ -0,0 +1,24 @@
version: '3'
services:
se-server:
image: mmmaxwwwell/space-engineers-dedicated-docker-linux:latest
container_name: space-engineers-dedicated-docker-linux
restart: unless-stopped
volumes:
- /srv/space-engineers/config/World:/appdata/space-engineers/World
- /srv/space-engineers/config/Plugins:/appdata/space-engineers/Plugins
- /srv/space-engineers/config/SpaceEngineers-Dedicated.cfg:/appdata/space-engineers/SpaceEngineersDedicated/SpaceEngineers-Dedicated.cfg
- /srv/space-engineers/bins/SpaceEngineersDedicated:/appdata/space-engineers/SpaceEngineersDedicated
- /srv/space-engineers/bins/steamcmd:/home/wine/.steam
ports:
- '27016:27016/udp'
- '8580:8580'
networks:
- spaceengineers
networks:
spaceengineers:
ipam:
config:
- subnet: 172.20.10.0/24