Files
GithubStarsManager/docker-compose.yml
2025-08-14 16:37:05 +08:00

11 lines
222 B
YAML

version: '3.8'
services:
github-stars-manager:
build: .
ports:
- "8080:80"
restart: unless-stopped
# Environment variables can be set here if needed
# environment:
# - NODE_ENV=production