1.3 KiB
1.3 KiB
layout | title | permalink | parent |
---|---|---|---|
default | Docker | /install/docker | Install |
Install with docker
You do not need to clone the full repo as we distribute gancio via npm.
Dockerfile and docker-compose.yml are the only needed files.
- Create a directory where everything related to gancio is stored (db, images, config)
mkdir /opt/gancio
cd /opt/gancio
ℹ️ you can choose a different directory of course
- Download docker-compose.yml and Dockerfile
wget https://git.lattuga.net/cisti/gancio/raw/docker/docker/Dockerfile
wget https://git.lattuga.net/cisti/gancio/raw/docker/docker/docker-compose.yml
- Create an empty configuration file
touch config.json
After first setup, you can modify this file and restart the container on your needs.
- Build docker image and launch interactive setup in one step
docker-compose run --rm gancio gancio setup
- Run your container
docker-compose up -d
-
Point your web browser to http://localhost:13120 or where you specified during setup and enjoy 🎉