mirror of
https://github.com/driftywinds/rssrise.git
synced 2025-12-19 03:23:32 +00:00
9 lines
176 B
YAML
9 lines
176 B
YAML
version: "3.9"
|
|
services:
|
|
rssrise:
|
|
image: ghcr.io/driftywinds/rssrise:latest
|
|
container_name: rssrise
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./.env:/app/.env
|