You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start the container with docker-compose up -d, the tile and transaction endpoints aren't listed in the links/conformsTo, but the API_WITH_TRANSACTIONS and API_WITH_TILES environment variables are documented as being things that should work. If I instead add --with-transactions--with-tiles to the command, I do see those extra endpoints as expected.
Expected behavior
I'd expect API_WITH_TRANSACTIONS=true and API_WITH_TILES=true environment variables to enable those extra endpoints.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
In my docker-compose.yml, I have the following:
When I start the container with
docker-compose up -d
, the tile and transaction endpoints aren't listed in the links/conformsTo, but the API_WITH_TRANSACTIONS and API_WITH_TILES environment variables are documented as being things that should work. If I instead add--with-transactions
--with-tiles
to the command, I do see those extra endpoints as expected.Expected behavior
I'd expect API_WITH_TRANSACTIONS=true and API_WITH_TILES=true environment variables to enable those extra endpoints.
Additional context
The text was updated successfully, but these errors were encountered: