10 lines
177 B
YAML
10 lines
177 B
YAML
services:
|
|
stream-hub:
|
|
build: .
|
|
container_name: stream-hub
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./streams.txt:/app/streams.txt
|
|
restart: unless-stopped
|