mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 19:21:46 +00:00
14 lines
243 B
YAML
14 lines
243 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
vk-podcast-rss:
|
|
build: .
|
|
container_name: vk-podcast-rss
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- PYTHONUNBUFFERED=1
|
|
volumes:
|
|
- /srv/vk-podcast-bot/data:/data
|