23 lines
443 B
YAML

services:
main-server:
tty: true
stdin_open: true
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
args:
- RR_VERSION=v2.3
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