home-assistant-addons/snapcast/docker-compose.yml

15 lines
251 B
YAML
Raw Permalink Normal View History

2023-08-08 17:29:03 +00:00
services:
app:
build:
context: .
image: registry.serguzim.me/smarthome/audio
restart: always
env_file:
- .env
ports:
- "8099:8099"
- "6680:6680"
- "1704:1704"
- "1705:1705"
- "1780:1780"