version: "3.7" services: gate: image: registry.gitlab.com/standa-fifik/battle-caster:latest build: context: . dockerfile: Dockerfile ports: - "8080:80" volumes: - ./public/maps:/usr/share/nginx/html/maps - ./public/soundfx:/usr/share/nginx/html/soundfx - ./nginx/default.conf:/etc/nginx/conf.d/default.conf