Skip to content

Docker

Pre-built image and related docs can be found at https://hub.docker.com/r/daeuniverse/dae.

Alternatively, you can use docker compose:

Before starting the container, configure /etc/dae/config.dae on the host. The Compose file mounts /etc/dae into the container. See Minimal configuration.

shell
git clone --depth=1 https://github.com/daeuniverse/dae
cd dae
shell
sudo docker compose up -d --build
shell
docker compose up -d --build

Source: dae upstream · AGPL-3.0 license.