mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-12 06:55:12 +00:00
Add unprivileged-gm-commands config option
Also replaced !kick with /worldkick (CMT_KICK)
This commit is contained in:
parent
0429003863
commit
0fdd3a0133
9 changed files with 391 additions and 332 deletions
|
|
@ -1,7 +1,7 @@
|
|||
version: "3"
|
||||
services:
|
||||
loginserver:
|
||||
image: mozilla/sbt:8u232_1.3.8
|
||||
image: mozilla/sbt
|
||||
volumes:
|
||||
- .:/PSF-Loginserver:z
|
||||
working_dir: /PSF-Loginserver
|
||||
|
|
@ -12,15 +12,12 @@ services:
|
|||
- 51002:51002/tcp
|
||||
command: >
|
||||
sh -c '
|
||||
if [ ! -f "config/worldserver.ini" ]; then
|
||||
sed "s/Hostname = \"localhost\"/Hostname = \"db\"/g" config/worldserver.ini.dist > config/worldserver.ini
|
||||
fi
|
||||
if [ ! -d "pscrypto-lib" ]; then
|
||||
wget https://github.com/psforever/PSCrypto/releases/download/v1.1/pscrypto-lib-1.1.zip
|
||||
unzip pscrypto-lib-1.1.zip
|
||||
rm pscrypto-lib-1.1.zip
|
||||
fi
|
||||
sbt pslogin/run
|
||||
sbt server/run
|
||||
'
|
||||
adminer:
|
||||
image: adminer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue