mirror of
https://github.com/AmintaCCCP/GithubStarsManager.git
synced 2025-11-25 02:34:54 +08:00
11 lines
222 B
YAML
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 |