Files
NodeSeek-Signin/docker-compose.yml

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