This commit is contained in:
2024-04-05 11:11:14 +00:00
parent cbf5772016
commit 2570b8e77f
4 changed files with 0 additions and 0 deletions

View 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=

View 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: {}