This guide runs Collins in containers for evaluation. For production, follow the official deployment documentation.
For Docker installation, see Docker.
git clone https://github.com/tumblr/collins.git
cd collins
This compose file builds Collins from the local repository and runs a MySQL database.
cat <<'YAML' > docker-compose.yml
services:
db:
image: mysql:8
restart: unless-stopped
environment:
MYSQL_DATABASE: collins
MYSQL_USER: collins
MYSQL_PASSWORD: change-me
MYSQL_ROOT_PASSWORD: change-me
collins:
build: .
restart: unless-stopped
depends_on:
- db
ports:
- "8080:8080"
YAML
docker compose up -d --build
Open http://YOUR-SERVER:8080 and complete the setup.
Running containers in production? We help with:
Need help? office@linux-server-admin.com or Contact Us