This guide uses the official Docker Compose instructions from the Cannery repository.
Download or copy the example docker-compose.yml from the Cannery repository into your working directory.
Set the configuration values in docker-compose.yml, including the database URL and SECRET_KEY_BASE.
Generate a secret key base:
docker run -it shibaobun/cannery /app/priv/random.sh
docker compose up -d
Reverse proxy to port 4000 as described in the Cannery documentation.
Feel free to contact us. Find all contact information on our contact page.