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