Files
voice-cat/docker-compose.yml
T
Talon 7be93e81a1
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
Package managed server for Linux production
2026-09-16 17:08:17 +02:00

24 lines
435 B
YAML

services:
voicecat:
build: .
image: voicecat:local
restart: unless-stopped
init: true
ports:
- "8384:8384/tcp"
- "8384:8384/udp"
volumes:
- voicecat-data:/data
environment:
VOICECAT_SERVER_NAME: "My VoiceCat Server"
read_only: true
tmpfs:
- /tmp:size=16m,mode=1777
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
volumes:
voicecat-data: