14 lines
360 B
YAML
14 lines
360 B
YAML
version: "3.7"
|
|
services:
|
|
gate:
|
|
image: registry.gitlab.com/standa-fifik/battle-caster:0.2.4
|
|
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
|