James Plante 969eb0d534 Now works with v2.4 update
- NGINX image bumped to 1.29
- Debian image now used Trixie as the base - moved over to named release instead of "stable" due to package renaming
2025-11-10 21:36:35 -05:00

23 lines
443 B
YAML

services:
main-server:
tty: true
stdin_open: true
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
args:
- RR_VERSION=v2.4
ports:
- 5029:5029/udp
volumes:
- ./data:/data/ringracers-data
addons-server:
restart: unless-stopped
build:
context: nginx
dockerfile: Dockerfile
ports:
- 8080:80/tcp
volumes:
- ./data/addons:/data:ro