Add invidious.io deployment

This commit is contained in:
Perflyst 2021-12-09 19:11:50 +01:00
parent d906f988aa
commit bf9bda494e
3 changed files with 19 additions and 6 deletions

View file

@ -0,0 +1,7 @@
---
services:
api:
image: quay.io/invidious/invidious.io:latest
restart: unless-stopped
ports:
- "127.0.0.1:8081:80"