Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilkidsuave authored Feb 13, 2024
1 parent e0365d2 commit 0639b97
Showing 1 changed file with 38 additions and 39 deletions.
77 changes: 38 additions & 39 deletions servapps/Palworld-Server/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
cosmos-installer:
form:
- name: "name"
label: "What do you want to call this server?"
initialValue: "Palworld-Server"
type: "text"
- name: "password"
label: "What Password do you want for the server?"
initialValue: "Password"
type: "text"
- name: "adminpassword"
label: "What Password do you want for the admin?"
initialValue: "Password"
type: "text"
- name: community
label: Public or Private? (true,false)
initialValue: "false"
type: select
options:
- - "true"
- Yes
- - "false"
- No
- name: players
label: How many people can join this server? (Max 32)
initialValue: 16
type: text
- name: "description"
label: "How would you describe the server?"
initialValue: "MOHAWK DINOSAUR"
type: "text"
- type: warning
label: "As it is impossible to include all the configuration options in the
installer, you can check the docs for more information on how to
configure your server:
https://github.com/thijsvanloef/palworld-server-docker"
- type: warning
label:"You must open UDP PORT 8211 for Gameplay, and UDP PORT 27015 to show up in the community server tab"
form:
- name: "name"
label: "What do you want to call this server?"
initialValue: "Palworld-Server"
type: "text"
- name: "password"
label: "What Password do you want for the server?"
initialValue: "Password"
type: "text"
- name: "adminpassword"
label: "What Password do you want for the admin?"
initialValue: "Password"
type: "text"
- name: community
label: Public or Private? (true,false)
initialValue: "false"
type: select
options:
- - "true"
- Yes
- - "false"
- No
- name: players
label: How many people can join this server? (Max 32)
initialValue: 16
type: text
- name: "description"
label: "How would you describe the server?"
initialValue: "MOHAWK DINOSAUR"
type: "text"
- type: warning
label: "As it is impossible to include all the configuration options in the
installer, you can check the docs for more information on how to
configure your server:
https://github.com/thijsvanloef/palworld-server-docker"
- type: warning
label:"You must open UDP PORT 8211 for Gameplay, and UDP PORT 27015 to show up in the community server tab"
name: Palworld-Server
services:
"{ServiceName}":
Expand All @@ -45,7 +45,7 @@ services:
hostname: "{ServiceName}"
stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
ports:
- 8211:8211/udp #Game Port
- 8211:8211/udp # Game Port
- 27015:27015/udp # Required if you want your server to show up in the community servers tab
environment:
PORT: 8211 # Optional but recommended
Expand All @@ -64,6 +64,5 @@ services:
source: "{ServiceName}-data"
target: /palworld/
labels:
cosmos-force-network-secured: false
cosmos-auto-update: true
cosmos-icon: https://lilkidsuave.github.io/asteroidsinthecosmos/Palworld-Server/icon.png

0 comments on commit 0639b97

Please sign in to comment.