-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcompose.env.example
More file actions
37 lines (32 loc) · 1.89 KB
/
Copy pathcompose.env.example
File metadata and controls
37 lines (32 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Optional overrides for `docker compose --env-file compose.env ...`.
# The default stack needs no env file and listens only on 127.0.0.1.
# Image selection. Compose pins published AgentConnect images to linux/amd64.
# AGENTCONNECT_VERSION=latest
# AGENTCONNECT_IMAGE_REGISTRY=ghcr.io/agentconnect-md
# AGENTCONNECT_PRISMA_CLI_VERSION=7.8.0-node24-r1
# Host exposure and browser-reachable URLs. If you change a port, keep its
# corresponding public URL in sync. Do not expose a no-auth stack publicly.
# AGENTCONNECT_BIND_ADDRESS=127.0.0.1
# AGENTCONNECT_WEB_PORT=3000
# AGENTCONNECT_CP_PORT=8080
# AGENTCONNECT_RELAY_PORT=8090
# AGENTCONNECT_PUBLIC_WEB_URL=http://localhost:3000
# AGENTCONNECT_PUBLIC_CP_URL=http://localhost:8080
# AGENTCONNECT_PUBLIC_RELAY_URL=http://localhost:8090
# AGENTCONNECT_RELAY_DAEMON_URL=ws://localhost:8090
# Replace all three before using the stack beyond throwaway local evaluation.
# Use URL-safe characters for the Postgres password because it is embedded in a
# connection URL. API_KEY_PEPPER and RELAY_TOKEN must each be at least 32 chars.
# AGENTCONNECT_POSTGRES_PASSWORD=replace-with-a-url-safe-password
# AGENTCONNECT_API_KEY_PEPPER=replace-with-a-stable-random-32-char-secret
# AGENTCONNECT_RELAY_TOKEN=replace-with-a-stable-random-32-char-secret
# Browser authentication, provider Apps, displayed sign-in methods, the browser
# API Resource, and preset-agent behavior are configured in Setup and
# stored in the deployment database. They are not Compose overrides.
# External Logto service locations are process topology because Setup Server
# needs them before it can open the deployment configuration. The bundled Logto
# overlay supplies local defaults, so set these only for an external tenant.
# LOGTO_ENDPOINT=https://login.example.test
# LOGTO_ADMIN_ENDPOINT=https://admin.example.test
# OIDC_ISSUER=https://login.example.test/oidc
# LOGTO_MGMT_ENDPOINT=https://tenant-id.logto.app