- Download the appropriate
docker-compose.ymlfiles - Download the
config-sample.json, edit it and save it in the working directory asconfig.json - (optional) For letsencrypt, add the folder
.well-knownto the working directory - Run
docker-compose -f docker-compose.yml [-f docker-compose-xyz.yml] up -d --no-deps --build <service_name>to download the latest image and run it, also works for updates
#Migrations
- Download the
migrations-config-sample.json, edit it and save it in the working directory asmigrations-config.json - Run
node_modules/.bin/sequelize db:migrate --config migrations-config.json --env <environment>