This is a repo to quickly host a canvas dev environment for feeby on my vps. It does not house persistent data so every setup will have to go through the setup steps described down below.
You must have docker and docker-compose installed.
Having make installed is a bonus as it houses a lot of commands for docker-compose so you don't have to type them all out.
You must have docker-caddy running for this implementation of canvas within docker. I use caddy to automatically get certificates and have super simple reverse proxying with just two docker-compose labels.
- setup the docker caddy network with
make setupor the equivalentdocker network create caddy - start caddy docker with
make caddy-startor the equivalentdocker-compose -f docker-compose.caddy.yml up -d. You should skip this step if you already have a docker-caddy setup and running within the docker caddy network like I have. - start canvas with
make startor the equivalentdocker-compose up -d