mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-12-20 01:11:34 +08:00
17 lines
295 B
YAML
17 lines
295 B
YAML
services:
|
|
newsnow:
|
|
build: .
|
|
ports:
|
|
- '4444:4444'
|
|
volumes:
|
|
- newsnow_data:/usr/app/.data
|
|
environment:
|
|
- G_CLIENT_ID=
|
|
- G_CLIENT_SECRET=
|
|
- JWT_SECRET=
|
|
- INIT_TABLE=true
|
|
- ENABLE_CACHE=true
|
|
|
|
volumes:
|
|
newsnow_data:
|
|
name: newsnow_data |