初始化项目

This commit is contained in:
lianghuanjie
2024-12-05 20:51:35 +08:00
commit e2ba6924b8
30 changed files with 1560 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
saas-server:
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