Files
homelab-optimized/hosts/vms/homelab-vm/binternet.yaml
Gitea Mirror Bot f02e7fa4d2
Some checks failed
Documentation / Build Docusaurus (push) Failing after 17m1s
Documentation / Deploy to GitHub Pages (push) Has been skipped
Sanitized mirror from private repository - 2026-04-07 10:01:29 UTC
2026-04-07 10:01:30 +00:00

15 lines
318 B
YAML

# Binternet - Pinterest frontend
# Port: 8080
# Privacy-respecting Pinterest frontend
services:
binternet:
container_name: binternet
image: ghcr.io/ahwxorg/binternet:latest
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
ports:
- '21544:8080'
restart: unless-stopped