services: stream-hub: build: . container_name: stream-hub ports: - "8080:80" volumes: - ./streams.txt:/usr/share/nginx/html/streams.txt:ro restart: unless-stopped