Files
novatask/docker-compose.yml
2025-01-07 14:45:13 +08:00

12 lines
278 B
YAML

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