add docker

This commit is contained in:
2023-04-20 17:06:11 +05:30
parent a03de1ebdf
commit 32b16c0921
7 changed files with 108 additions and 25 deletions

View File

@@ -0,0 +1,16 @@
services:
libreddit:
image: libreddit/libreddit:latest
ports:
- 127.0.0.1:6464:8080
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
interval: 5m
timeout: 3s
environment:
- FRONT_PAGE=popular
- COMMENT_SORT=new
- BLUR_NSFW=on
- USE_HLS=off
- AUTOPLAY_VIDEOS=of

View File

@@ -0,0 +1 @@
SOMETHING HERE