Include templating support (#382)

This commit is contained in:
StopMotionCuber
2021-09-02 14:57:59 +02:00
committed by GitHub
parent f2a5d6d075
commit 89b9851edb
50 changed files with 101 additions and 3667 deletions

16
docker/docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
version: '2'
services:
factorio:
build: .
ports:
- "34197:34197/udp"
- "27015:27015/tcp"
volumes:
- /opt/factorio:/factorio
# environment:
# - PUID=1000
# - PGID=1000
# - UPDATE_MODS_ON_START=true
# - USERNAME=FactorioUsername
# - TOKEN=FactorioToken
# - PORT=34198