14 lines
251 B
YAML
14 lines
251 B
YAML
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"
|