docker-compose up --build
cd deploy # Go to the deploy directory
cp .env.sample .env # Copy the sample .env file and fill data
make build_dev # Build the development version of the application
- go to
Stacks
(in Portainer) - add stack
- copy content of
docker-compose.yml
- in
Environment variables
click onAdvanced mode
and copy thevolumes/app/.env
content - click on
Deploy the stack