Add back factorio
This commit is contained in:
parent
e7434e9aaa
commit
39f609139f
@ -2,20 +2,13 @@
|
|||||||
- name: docker deploy factorio
|
- name: docker deploy factorio
|
||||||
docker_container:
|
docker_container:
|
||||||
name: factorio
|
name: factorio
|
||||||
state: absent
|
state: started
|
||||||
image: factoriotools/factorio:stable
|
image: factoriotools/factorio:stable
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
pull: yes
|
pull: yes
|
||||||
tty: yes
|
tty: yes
|
||||||
env:
|
|
||||||
AUTHKEY: "{{ steam_apikey }}"
|
|
||||||
GAMEMODE: prop_hunt
|
|
||||||
MAP: ph_islandhouse
|
|
||||||
WORKSHOP: "2155532035"
|
|
||||||
WORKSHOPDL: "2155532035"
|
|
||||||
ports:
|
ports:
|
||||||
- "34197:34197/udp"
|
- "34197:34197/udp"
|
||||||
- "27015:27015/tcp"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /data/factorio:/factorio
|
- /data/factorio:/factorio
|
||||||
tags: [ docker, factorio ]
|
tags: [ docker, factorio ]
|
||||||
|
Loading…
Reference in New Issue
Block a user