add main server

This commit is contained in:
rebel onion 2025-06-15 14:21:05 -05:00
parent 2f3f0b7820
commit 50124a7efa
18 changed files with 405 additions and 0 deletions

View file

@ -0,0 +1,13 @@
services:
bangserver:
container_name: bangserver
image: ghcr.io/rebelonion/bangserver:latest
security_opt:
- seccomp:unconfined
volumes:
- /home/docker/bangserver:/etc/bangserver:ro
ports:
- 3003:3003
environment:
- BANG_HOST=${BANG_HOST}
restart: unless-stopped