Move chats to server-95d

This commit is contained in:
norohind 2024-10-08 23:48:07 +03:00
parent 129a6a313d
commit 6634b3cb63
Signed by: norohind
SSH Key Fingerprint: SHA256:SnI4bWnejM2/YEQ5hpH58TUohiQpnjoKN6tXUQlobE0

View File

@ -12,9 +12,6 @@ services:
- ./ssh-chat/admins:/admins:ro
command: "/usr/local/bin/ssh-chat --identity /run/secrets/chatkey --admin=/admins --log=/dev/stdout --motd=/motd"
read_only: true
networks:
vlan-DMZ:
ipv4_address: 10.5.0.104
deploy:
resources:
@ -24,7 +21,7 @@ services:
pids: 20
matterbridge:
build: https://gitea.demb.uk/third-party-mirrors/matterbridge.git#v1.26.0
image: docker.io/42wim/matterbridge:stable
restart: unless-stopped
read_only: true
user: nobody
@ -35,10 +32,6 @@ services:
depends_on:
- ssh-chat
networks:
vlan-DMZ:
ipv4_address: 10.5.0.106
deploy:
resources:
limits:
@ -51,17 +44,13 @@ services:
restart: unless-stopped
ports:
- 9987:9987/udp
# - 10011:10011 # Not forwarded on the router so not forwarding here
- 10011:10011 # Not forwarded on the router so not forwarding here
- 30033:30033
environment:
TS3SERVER_LICENSE: accept
volumes:
- ts3-vol:/var/ts3server
networks:
vlan-DMZ:
ipv4_address: 10.5.0.107
deploy:
resources:
limits:
@ -76,7 +65,3 @@ volumes:
secrets:
chatkey:
file: ./id_ed25516
networks:
vlan-DMZ:
external: true