Cosmos

Secure and Easy Self-hosted platform. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot, …)

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.7'
 
services:
  cosmos-server:
    image: azukaar/cosmos-server:latest
    container_name: cosmos-server
    hostname: cosmos-server
    restart: always
    privileged: true
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
      - /:/mnt/host
      - /var/lib/cosmos:/config
    network_mode: host

Resources

Website: https://cosmos-cloud.io/

GitHub: https://github.com/azukaar/cosmos-server

Docker Hub: https://hub.docker.com/r/azukaar/cosmos-server

Configuration: https://cosmos-cloud.io/doc/1%20index/