add call of duty 2 server manifest && improve rocketchat server manifest

master
TBS093A 2023-03-29 17:43:40 +02:00
parent 7f48746599
commit 89294b06b9
2 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,18 @@
version: "3.9"
services:
cod2-server:
image: lonsofore/cod2:1.3
container_name: cod2-server
restart: always
stdin_open: true
tty: true
volumes:
- ./volumes/cod2/cod2-server:/cod2/cod2-server
- ./volumes/cod2/main:/cod2/main
- ./volumes/cod2/cod2_lnxded_1_0:/cod2/cod2_lnxded
- ./volumes/cod2/Library:/cod2/.callofduty2/server/Library
environment:
PARAMS: "+set fs_homepath /cod2/.callofduty2/ +set fs_game myserver +set dedicated 2 +set net_port 28960 +exec myserver.cfg"
CHECK_PORT: 28960
ports:
- 28960

View File

@ -7,7 +7,7 @@ services:
container_name: https-portal container_name: https-portal
restart: always restart: always
environment: environment:
DOMAINS: siiconspiracy.tk -> http://rocket-chat:80 DOMAINS: vss.mx -> http://rocket-chat:80
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443
@ -18,7 +18,7 @@ services:
- ./volumes/https-nginx/logs:/var/log - ./volumes/https-nginx/logs:/var/log
rocket-chat: rocket-chat:
image: rocket.chat:5.4.0 image: rocket.chat:6.0.0
container_name: rocket_chat container_name: rocket_chat
environment: environment:
ROOT_URL: http://rocket_chat ROOT_URL: http://rocket_chat