Move starbound to the beefier box

This commit is contained in:
Salt 2021-06-11 12:20:26 -05:00
parent 992fad17cf
commit 40ec82cf47

View File

@ -20,6 +20,20 @@
tags: [ docker, skip-pull ]
- hosts: game1.desu.ltd
tasks:
- name: docker deploy starbound
docker_container:
name: starbound
state: started
image: didstopia/starbound-server
restart_policy: unless-stopped
pull: yes
env:
SKIP_STEAMCMD: "true"
ports:
- "21025:21025"
volumes:
- /data/starbound/main:/steamcmd/starbound
tags: [ docker, starbound ]
- name: docker deploy minecraft valhelsia3
docker_container:
name: valhelsia3
@ -44,20 +58,6 @@
tags: [ docker, minecraft ]
- hosts: game2.desu.ltd
tasks:
- name: docker deploy starbound
docker_container:
name: starbound
state: started
image: didstopia/starbound-server
restart_policy: unless-stopped
pull: yes
env:
SKIP_STEAMCMD: "true"
ports:
- "21025:21025"
volumes:
- /data/starbound/main:/steamcmd/starbound
tags: [ docker, starbound ]
# https://github.com/mkrupczak3/SCP-SECRET-LAB-DOCKER
# Kinda forked it and changed a few settings tho
- name: docker deploy scpsl