Files
battle-caster-v1/docker-compose.yml
2024-07-15 22:09:03 +00:00

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