Remove palworld

This commit is contained in:
Salt 2024-05-21 18:48:56 -05:00
parent 1cfeede3b9
commit 317b368504
2 changed files with 0 additions and 27 deletions

View File

@ -39,7 +39,6 @@
- game/minecraft-stoneblock.yml
- game/minecraft-aofabric.yml
- game/minecraft-direwolf20.yml
- game/palworld.yml
- game/satisfactory.yml
- game/zomboid.yml
tags: [ always ]

View File

@ -1,26 +0,0 @@
# vim:ft=ansible:
- name: docker deploy palworld
docker_container:
name: palworld
state: absent
image: thijsvanloef/palworld-server-docker:latest
restart_policy: unless-stopped
pull: yes
env:
ADMIN_PASSWORD: "balltoucher69"
COMMUNITY: "false"
MULTITHREADING: "true"
PUID: "1000"
PGID: "1000"
PORT: "8211"
PLAYERS: "8"
RCON_ENABLED: "false"
SERVER_NAME: "The Salty Spitoon"
SERVER_PASSWORD: "dicks"
UPDATE_ON_BOOT: "true"
ports:
- '8211:8211/udp'
- '27015:27015/udp'
volumes:
- /data/palworld/:/palworld
tags: [ docker, palworld ]