API for OpenPanel.dev
100K+
This repository provides a Docker image for the OpenPanel Api. This image allows you to quickly set up and run the OpenPanel Api with minimal configuration.
To run this Docker image, you will need the following services up and running:
To run the OpenPanel Api using Docker, execute the following command:
docker run --rm -it \
-p 3001:3000 \
-e CLICKHOUSE_URL=http://ch_user:ch_password@clickhouse:8123/openpanel \
-e DATABASE_URL="postgresql://demo:demo@postgres:55556/postgres?schema=public" \
-e REDIS_URL="redis://redis:6379" \
lindesvard/openpanel-api
CLICKHOUSE_URL: URL for the ClickHouse instance.DATABASE_URL: Connection URL for PostgreSQL.REDIS_URL: URL for the Redis instance.This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.
Content type
Image
Digest
sha256:cee4855cd…
Size
454.3 MB
Last updated
about 1 month ago
docker pull lindesvard/openpanel-api