13 lines
306 B
YAML
13 lines
306 B
YAML
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
|
|
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
|