CSS LET'S GO
This commit is contained in:
parent
c028e5a3fe
commit
1af1698d82
@ -58,6 +58,21 @@
|
|||||||
tags: [ docker, minecraft ]
|
tags: [ docker, minecraft ]
|
||||||
- hosts: game2.desu.ltd
|
- hosts: game2.desu.ltd
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: docker deploy css
|
||||||
|
docker_container:
|
||||||
|
name: css
|
||||||
|
state: started
|
||||||
|
image: foxylion/steam-css
|
||||||
|
restart_policy: unless-stopped
|
||||||
|
pull: yes
|
||||||
|
ports:
|
||||||
|
- "1200:1200"
|
||||||
|
- "26901:26901/udp"
|
||||||
|
- "27005:27005/udp"
|
||||||
|
- "27015:27015"
|
||||||
|
- "27015:27015/udp"
|
||||||
|
- "27020:27020/udp"
|
||||||
|
tags: [ docker, css ]
|
||||||
# https://github.com/mkrupczak3/SCP-SECRET-LAB-DOCKER
|
# https://github.com/mkrupczak3/SCP-SECRET-LAB-DOCKER
|
||||||
# Kinda forked it and changed a few settings tho
|
# Kinda forked it and changed a few settings tho
|
||||||
- name: docker deploy scpsl
|
- name: docker deploy scpsl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user