13 lines
287 B
YAML
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 |