Dockerizing WIP #2

This commit is contained in:
root 2023-05-31 19:03:56 +00:00
parent a037301b2e
commit 8807c7bfd9
3 changed files with 14 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Applications[0]=WebAdmin.KF2ServerAdmin
Applications[1]=WebAdmin.KF2ImageServer
ApplicationPaths[0]=/ServerAdmin
ApplicationPaths[1]=/images
ListenPort=8081
ListenPort=8080
MaxConnections=18
ExpirationSeconds=86400
bEnabled=true

View File

@ -919,7 +919,7 @@ MaxLineLength=4096
[IPDrv.WebServer]
ApplicationPaths[0]=/ServerAdmin
ApplicationPaths[1]=/images
ListenPort=8081
ListenPort=8080
MaxConnections=10
ExpirationSeconds=86400
bEnabled=true

View File

@ -9,4 +9,15 @@ services:
ports:
- "7777:7777/udp"
- "27015:27015/udp"
- "8080:8080"
- "8081:8080"
kf2server2:
build: .
image: kf2server
container_name: kf2server2
volumes:
- ./configs/server2:/home/kf2server/KFGame/Config
ports:
- "7779:7779/udp"
- "27017:21017/udp"
- "8082:8080"