Take back control of your digital life. Cosmos Cloud provides a private and secure self-hosting platform that puts you in charge of your data, whether for family photos or sensitive business operations. It combines the convenience of modern cloud services with the privacy of owning your own infrastructure. Effortlessly deploy and manage your applications without needing complex technical knowledge.
Enjoy a suite of powerful, automated features designed for security and simplicity:
Built for both home users seeking digital independence and businesses requiring on-premises data control, this platform makes self-hosting accessible and secure for everyone.
services:
cosmos-server:
image: azukaar/cosmos-server:latest
container_name: cosmos-server
hostname: cosmos-server
restart: always
privileged: true
ports:
- "80:80"
- "443:443"
- "4242:4242/udp"
environment:
- TZ=${TZ}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/config
- /:/mnt/host:ro
TZ=UTC
Auto-fetched 9 minutes ago
Auto-fetched 9 minutes ago