All checks were successful
Gitea Actions Demo / deploy (push) Successful in 33s
13 lines
330 B
YAML
13 lines
330 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
image: edward:latest
|
|
container_name: edward
|
|
restart: always
|
|
environment:
|
|
- TZ=Asia/Shanghai # 设置时区环境变量
|
|
volumes:
|
|
- /Users/konjacpotato/workspace/data/edward/.env:/app/.env
|
|
- /Users/konjacpotato/workspace/data/edward/logs:/app/logs
|