-
使用 version: '3'
services:
qiandao:
image: a76yyyy/qiandao
container_name: "qiandao"
depends_on:
- redis
volumes:
- ./storage/config:/usr/src/app/config
environment:
- ENABLE_HTTPS=True
# - WORKER_METHOD=Batch
- DOMAIN=********.com:2087
- AES_KEY=********
- COOKIE_SECRET=********
- REDISCLOUD_URL=redis://redis:6379
- REDIS_DB_INDEX=0
- MAIL_DOMAIN=********
- MAIL_SMTP=smtp.mailgun.org
- MAIL_PORT=465
- MAIL_USER=********
- MAIL_PASSWORD=********
restart: always
ports:
- "22008:80"
networks:
- ts_net |
Beta Was this translation helpful? Give feedback.
Answered by
a76yyyy
Jan 25, 2023
Replies: 1 comment
Answer selected by
a76yyyy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
新版本已修复