make docker-up

Ensure the .env, then start the CLI container.


Usage

make docker-up

What it does

  1. env-prepare (prerequisite) — create/repair ../.env.
  2. Host pre-flight — Docker, Compose, gitconfig/ssh, and the full .env validation.
  3. Starts the stack:

    HOST_UID=<uid> HOST_GID=<gid> docker compose -f docker/docker-compose.yml up -d
    

The host user’s UID/GID are forwarded so files created inside the container are owned by you, not root.

When to use

To start (or restart) the container without entering it — e.g. in a script, or to re-apply the bind-mounts after editing docker-compose.yml.

  • make setupdocker-up + enter the shell.
  • make cli — enter an already-running container.

Back to top

splent. Distributed by an LGPL license v3. Contact us: drorganvidez@us.es