Init
This commit is contained in:
commit
39073d8f3a
15 changed files with 297 additions and 0 deletions
14
snapcast/docker-compose.yml
Normal file
14
snapcast/docker-compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue