lemmy: hacktivism extra_themes + apply-branding

This commit is contained in:
Hernâni Marques 2026-08-17 15:04:19 +02:00
parent 4609035d46
commit d519fb3c80
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
9 changed files with 80 additions and 6 deletions

View file

@ -54,6 +54,9 @@ services:
- LEMMY_UI_LEMMY_INTERNAL_HOST=lemmy:8536
- LEMMY_UI_LEMMY_EXTERNAL_HOST=${LEMMY_HOSTNAME}
- LEMMY_UI_HTTPS=true
- LEMMY_UI_EXTRA_THEMES_FOLDER=/app/extra_themes
volumes:
- ./extra_themes:/app/extra_themes:ro
depends_on:
- lemmy
restart: unless-stopped