Files
Showdown/docker-compose.yml
T
2026-06-12 21:55:03 +07:00

12 lines
200 B
YAML

services:
showdown:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
environment:
PORT: 8080
STATIC_DIR: /app/dist
restart: unless-stopped