You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ass/docs/install/docker.md

873 B

Docker

The Docker method uses Docker Compose for a quick and easy installation. For a faster deployment, a pre-built image is pulled from Docker Hub.

Requirements

Install

I provide a pre-made compose.yaml file that makes it easier to get started.

mkdir ass && cd ass/
curl -LO https://ass.tycrek.dev/compose.yaml
docker compose up -d

View logs

Use the following command to view the container logs:

docker compose logs -n <lines> --follow

Build local image

If you wish to build a Docker image locally for development, you can use the provided docker-dev-container.sh script.