Skip to content

Commit

Permalink
add waline
Browse files Browse the repository at this point in the history
  • Loading branch information
bboysoulcn committed Feb 16, 2024
1 parent 5f7a302 commit a5c61dc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions waline/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: '3'

services:
waline:
container_name: waline
image: lizheming/waline:1.31.12
restart: always
ports:
- 8360:8360
volumes:
- ./data:/app/data
environment:
- "TZ=Asia/Shanghai"
- "SQLITE_PATH=/app/data"
- "JWT_TOKEN=xxxxxxxxxxx"
- "SITE_NAME=xxxxxxx"
- "SITE_URL=https://xxxxxxxxxx"
- "SMTP_SERVICE=163"
- "SMTP_USER=xxxxxx"
- "SMTP_PASS=xxxxxxxx"
- "AUTHOR_EMAIL=xxxxxxx"
- "SECURE_DOMAINS=xxxxxxxx,xxxxxxxx"
- "AKISMET_KEY=false"

0 comments on commit a5c61dc

Please sign in to comment.