OdyseeTeam / odysee-api

API server for Odysee
https://odysee.com
MIT License
228 stars 49 forks source link

Dockerize a personal instance #344

Closed shyba closed 3 years ago

shyba commented 3 years ago

(opening the issue here to track progress as it looks like the best place for now, but it is just something I am already doing and some ideas I brainstormed in the process for later)

Overview: have a way to quickly setup a custom owned lbrytv-like site while helping host/seed content. Unlocks now:

first goal

later // nice to have:

kodxana commented 3 years ago
services:
    websdk:
        image: vshyba/websdk
    ports:
            - '52790:5279'
            - '52800:5280'
    volumes:
        - ./webconf.yaml:/webconf.yaml

Docker-compose for SDK with exposed config file :)