newsnow/docker-compose.yml

15 lines
266 B
YAML
Raw Normal View History

2024-10-24 02:17:47 +08:00
version: '3'
services:
newsnow:
2024-10-24 03:03:48 +08:00
image: ghcr.io/ourongxing/newsnow:latest
2024-10-24 02:17:47 +08:00
container_name: newsnow
restart: always
ports:
- '4444:4444'
environment:
- G_CLIENT_ID=
- G_CLIENT_SECRET=
- JWT_SECRET=
- INIT_TABLE=true