services: koblas: image: ynuwenhof/koblas:latest container_name: koblas restart: unless-stopped ports: - 1080:1080 environment: - RUST_LOG=debug - KOBLAS_LIMIT=5 - KOBLAS_NO_AUTHENTICATION=false - KOBLAS_ANONYMIZATION=true volumes: - /root/koblas/config.toml:/etc/koblas/config.toml