CSS LET'S GO

This commit is contained in:
Salt 2021-06-15 23:21:18 -05:00
parent c028e5a3fe
commit 1af1698d82

View File

@ -58,6 +58,21 @@
tags: [ docker, minecraft ]
- hosts: game2.desu.ltd
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
# Kinda forked it and changed a few settings tho
- name: docker deploy scpsl