Zusam
Free and open-source way to self-host private forums for groups of friends or family.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
zusam:
# Adapt the next line to use the latest version of zusam
# https://hub.docker.com/r/zusam/zusam/tags
image: zusam/zusam:0.5.5
environment:
- DATABASE_NAME=data.db
- INIT_GROUP=zusam
- INIT_PASSWORD=zusam
- INIT_USER=zusam
- SUBPATH=
restart: always
volumes:
# "/path/to/your/data/dir" should be replaced
- /path/to/your/data/dir:/zusam/data
ports:
- "80:8080"Resources
Website: https://zusam.org/
GitHub: https://github.com/zusam/zusam
Docker Hub: https://hub.docker.com/r/zusam/zusam
Configuration: https://github.com/zusam/zusam/blob/master/documentation/docker.md