This is for running Apidog on Docker. If you're trying to run Apidog on Kubernetes, check out these Running Apidog on Kubernetes. If you're trying to upgrade your Apidog version on Docker, check out these Upgrading instuctions.
docker login --username=apidog docker.iodocker pull docker.io/apidog/apidog-ee:<image_tag><image_tag> with the specific image tag you want to download.<mysql_host>, <redis_host>, <JWT secret>, <License token>, etc.) with your actual configuration values.s3 storage configuration is required for Kubernetes deployments and recommended for Docker.<image_tag> with the desired image tag (e.g., 2.7.38)....
[WARN] This Redis server's `default` user does not require a password, but a password was supplied
connect succeeded! value is null
Executing (default): SELECT 1+1 AS result
...
Connecting to 127.0.0.1:3000 (127.0.0.1:3000)
remote file exists
Connecting to 127.0.0.1 (127.0.0.1:80)
remote file exists
Connecting to 127.0.0.1 (127.0.0.1:80)
remote file exists BASE_URL environment variable. This URL typically follows the format https://api.example.com/web/ or http://192.168.0.13/web/.docker run, providing simpler configuration and management. This method requires docker compose to be installed on the host machine.docker compose --version command fails, you need to install Docker Compose. Refer to the official Docker Compose installation guide: Docker Compose Installation Documentation.compose.yml. Modify the environment variables as needed.docker compose -f compose.yml up -d to start the application.