mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-18 10:56:26 +08:00
16 lines
292 B
YAML
16 lines
292 B
YAML
version: '3'
|
|
|
|
services:
|
|
newsnow:
|
|
image: ghcr.io/ourongxing/newsnow:latest
|
|
container_name: newsnow
|
|
restart: always
|
|
ports:
|
|
- '4444:4444'
|
|
environment:
|
|
- G_CLIENT_ID=
|
|
- G_CLIENT_SECRET=
|
|
- JWT_SECRET=
|
|
- INIT_TABLE=true
|
|
- ENABLE_CACHE=true
|