Skip to content

feat: add indexer network alias for frontend proxy (#18) - #32

Merged
priscaenoch merged 1 commit into
octraban:mainfrom
abdegenius:feature/18-docker-indexer-alias
Jul 20, 2026
Merged

feat: add indexer network alias for frontend proxy (#18)#32
priscaenoch merged 1 commit into
octraban:mainfrom
abdegenius:feature/18-docker-indexer-alias

Conversation

@abdegenius

Copy link
Copy Markdown
Contributor

Closes: #18

Each per-network indexer service (testnet/mainnet/devnet) now declares a Docker network alias of indexer on the default Compose network so the frontend nginx proxy target http://indexer:3001 resolves to the active indexer regardless of the network profile in use.

Each per-network indexer service (testnet/mainnet/devnet) now declares a
Docker network alias of `indexer` on the default Compose network so the
frontend nginx proxy target `http://indexer:3001` resolves to the active
indexer regardless of the network profile in use.
@abdegenius
abdegenius force-pushed the feature/18-docker-indexer-alias branch from 9b6112a to 9f6e0cd Compare July 20, 2026 12:23
@priscaenoch
priscaenoch merged commit a0f4bcf into octraban:main Jul 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker service names do not match the proxy target expected by the frontend

2 participants