Files
novatask/docker-compose.yml
2025-01-06 20:39:27 +08:00

13 lines
287 B
YAML

services:
nova-task:
image: harbor.phantom-u3d002.com/nova/nova-task:latest
container_name: nova-task
privileged: true
restart: always
ports:
- "8888:8888"
volumes:
- ./logs:/app/logs
- ./etc:/app/etc
environment:
TZ: UTC