Add back factorio

This commit is contained in:
Salt 2023-12-30 10:15:48 -06:00
parent e7434e9aaa
commit 39f609139f

View File

@ -2,20 +2,13 @@
- name: docker deploy factorio
docker_container:
name: factorio
state: absent
state: started
image: factoriotools/factorio:stable
restart_policy: unless-stopped
pull: yes
tty: yes
env:
AUTHKEY: "{{ steam_apikey }}"
GAMEMODE: prop_hunt
MAP: ph_islandhouse
WORKSHOP: "2155532035"
WORKSHOPDL: "2155532035"
ports:
- "34197:34197/udp"
- "27015:27015/tcp"
volumes:
- /data/factorio:/factorio
tags: [ docker, factorio ]