mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 17:51:46 +00:00
10 lines
183 B
YAML
10 lines
183 B
YAML
services:
|
|
vk-podcast-bot:
|
|
build: .
|
|
container_name: vk-podcast-bot
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- /srv/vk-podcast-bot/data:/data
|