Take control of your digital communications with a fully decentralized social and messaging platform built on the XMPP protocol. By bringing together chatrooms, news feeds, stories, and video conferences into a single interface, you can connect with friends across all your devices without compromising your privacy.
Enjoy a rich, ad-free experience designed to focus on the content that matters to you. Whether you want to start a public blog, join niche communities, or host private video calls, you have all the necessary tools.
Key features include:
services:
movim:
image: movim/movim:latest
restart: unless-stopped
ports:
- "8080:80"
environment:
- DB_TYPE=pgsql
- DB_HOST=database
- DB_PORT=5432
- DB_NAME=movim
- DB_USER=movim
- DB_PASSWORD=${DB_PASSWORD}
- DAEMON_URL=${DAEMON_URL}
volumes:
- ./data/movim:/var/www/html
depends_on:
- database
database:
image: postgres:13-alpine
restart: unless-stopped
environment:
- POSTGRES_DB=movim
- POSTGRES_USER=movim
- POSTGRES_PASSWORD=${DB_PASSWORD}
volumes:
- ./data/postgres:/var/lib/postgresql/dataDB_PASSWORD=secure_postgres_password
DAEMON_URL=https://movim.example.comAuto-fetched about 16 hours ago
Auto-fetched about 16 hours ago