mirror of
https://github.com/HChaZZY/NodeSeek-Signin.git
synced 2025-12-06 11:33:49 +08:00
14 lines
281 B
YAML
14 lines
281 B
YAML
services:
|
|
nodeseek-signin:
|
|
build: .
|
|
image: nodeseek-signin:latest
|
|
container_name: nodeseek-signin
|
|
command: ["python", "scheduler.py"]
|
|
environment:
|
|
- IN_DOCKER=true
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./cookie:/app/cookie
|
|
restart: always
|