We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Start in the interactive mode:
ACCOUNTS_VERSION=1.0 INNOPOINTS_VERSION=1.1 FRONTEND_VERSION=1.0 BOT_VERSION=1.0 docker-compose -f base.yml -f dev.yml up
Start in the background mode:
ACCOUNTS_VERSION=1.0 INNOPOINTS_VERSION=1.1 FRONTEND_VERSION=1.0 BOT_VERSION=1.0 docker-compose -f base.yml -f dev.yml up -d
Stop if running in the background:
ACCOUNTS_VERSION=1.0 INNOPOINTS_VERSION=1.1 FRONTEND_VERSION=1.0 BOT_VERSION=1.0 docker-compose -f base.yml -f dev.yml stop