Update
This commit is contained in:
8
Docker Compose/Factorio/.env
Normal file
8
Docker Compose/Factorio/.env
Normal file
@@ -0,0 +1,8 @@
|
||||
INSTANCE_NAME=Durchblick World
|
||||
INSTANCE_DESC=db-clan.win
|
||||
GENERATE_NEW_SAVE=false
|
||||
LOAD_LATEST_SAVE=true
|
||||
SAVE_NAME=dbworld
|
||||
TOKEN=
|
||||
UPDATE_MODS_ON_START=
|
||||
USERNAME=
|
||||
13
Docker Compose/Factorio/docker-compose.yml
Normal file
13
Docker Compose/Factorio/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3"
|
||||
services:
|
||||
factorio:
|
||||
image: factoriotools/factorio
|
||||
ports:
|
||||
- 34197:34197/udp
|
||||
- 27015:27015/tcp
|
||||
env_file: .env
|
||||
volumes:
|
||||
- /opt/factorio:/factorio
|
||||
networks:
|
||||
- default
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user