10 lines
316 B
Bash
10 lines
316 B
Bash
# Port exposed by the BE compose stack on the host. Caddy reverse-proxies /api/* here.
|
|
HOST_PORT=3000
|
|
|
|
# Host path bind-mounted into the container at /app/data.
|
|
# Must contain catalogue.db, atlases/, flags/.
|
|
DATA_DIR=./data
|
|
|
|
# Ingest pipeline only (bun run ingest). Not read by the deployed server.
|
|
NUMISTA_API_KEY=
|