Artifakt Docs
Stacks 5.0 and up
Search
K
Links

Local

Locally, the deployment follows a common logic. It is based on the Dockerfile and the docker-compose.yml to set up the development environment. To simulate the behavior of the console, it is necessary to configure the "artifakt-custom-build-args" and ".env" files.
  • artifakt-custom-build-args is necessary to access different variables during the application image construction (see the call to the composer_setup.sh script in the Dockerfile).
  • .env is necessary to access different variables during the deployment of the application container (see its usage in entrypoint.sh).