This commit is contained in:
ChocoTaco 2023-10-02 11:16:09 -04:00
parent d3e9370827
commit 57e6dab4b0
2 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ RUN apk --update add git sed less wget nano openssh && \
WORKDIR /tmp WORKDIR /tmp
RUN git clone --depth 1 "https://github.com/ChocoTaco1/TacoServer/" && cd ./TacoServer RUN git clone --depth 1 "https://github.com/ChocoTaco1/TacoServer/" && cd ./TacoServer
WORKDIR /tmp WORKDIR /tmp
RUN git clone --depth 1 "https://github.com/ChocoTaco1/TacoMaps/" && cd ./TacoMaps RUN git clone --depth 1 "https://github.com/ChocoTaco1/TacoMaps/" && cd ./TacoMaps
@ -18,7 +18,7 @@ RUN git clone --depth 1 "https://github.com/ChocoTaco1/NoTNscripts/" && cd ./No
# Main Game Server Image # Main Game Server Image
FROM i386/ubuntu:bionic FROM i386/debian:bookworm
LABEL maintainer="sairuk, battlelore, chocotaco" LABEL maintainer="sairuk, battlelore, chocotaco"
# ENVIRONMENT # ENVIRONMENT
@ -103,7 +103,7 @@ RUN chown -R ${SRVUSER}: /home/${SRVUSER}
EXPOSE \ EXPOSE \
# -- tribes # -- tribes
666/tcp \ 666/tcp \
28000/udp 28000/udp
USER ${SRVUSER} USER ${SRVUSER}
WORKDIR ${INSTDIR} WORKDIR ${INSTDIR}

View file

@ -8,7 +8,7 @@ services:
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
environment: environment:
TZ: "America/New_York" TZ: "America/New_York"
T2_SERVERNAME: "Docker Test" T2_SERVERNAME: "Docker Loki Test"
T2_MAX_PLAYERS: 64 T2_MAX_PLAYERS: 64
T2_DEFAULT_MISSIONTYPE: "Lakrabbit" T2_DEFAULT_MISSIONTYPE: "Lakrabbit"
T2_DEFAULT_MAP: "VaubanLak" T2_DEFAULT_MAP: "VaubanLak"
@ -32,7 +32,7 @@ services:
T2_SA_LIST: "" T2_SA_LIST: ""
T2_VoteAdmin: 0 T2_VoteAdmin: 0
T2_Admin2AdminOthers: 0 T2_Admin2AdminOthers: 0
T2_JoinBanner: "<color:3cb4b4><font:Sui Generis:22>Docker Test\\n<color:3cb4b4><font:Univers:16>Server Hosted by Someone\\n<color:3cb4b4><font:Univers:16>Get Mappacks at https://playt2.com/" T2_JoinBanner: "<color:3cb4b4><font:Sui Generis:22>Docker Loki Test\\n<color:3cb4b4><font:Univers:16>Server Hosted by Someone\\n<color:3cb4b4><font:Univers:16>Get Mappacks at https://playt2.com/"
T2_JoinBannerLines: 3 T2_JoinBannerLines: 3
T2_JoinBannerTime: 6 T2_JoinBannerTime: 6
T2_LoadScreenColor1: "05edad" T2_LoadScreenColor1: "05edad"
@ -102,7 +102,7 @@ volumes:
stats: stats:
logs: logs:
gamedata: gamedata:
networks: networks:
t2-net: t2-net:
driver: overlay driver: overlay
@ -110,7 +110,7 @@ networks:
secrets: secrets:
t2.admin.password: t2.admin.password:
external: true external: true
name: t2.admin.password.v1 name: t2.admin.password.v1
t2.classic.superadmin.password: t2.classic.superadmin.password:
external: true external: true
name: t2.classic.superadmin.password.v1 name: t2.classic.superadmin.password.v1
@ -119,4 +119,4 @@ secrets:
name: t2.classic.telnet.password.v1 name: t2.classic.telnet.password.v1
t2.classic.telnet.listen.password: t2.classic.telnet.listen.password:
external: true external: true
name: t2.classic.telnet.listen.password.v1 name: t2.classic.telnet.listen.password.v1