Skip to content

Commit 9e71d4a

Browse files
committed
chore: update Node.js version in Dockerfile and correct Postgres database name in docker-compose.yml
1 parent a96d16c commit 9e71d4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.3.0-slim
1+
FROM node:20-slim
22

33
ENV INDEXER_NAME=collector
44

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- "db-oToken"
3333
restart: always
3434
environment:
35-
HASURA_GRAPHQL_DATABASE_URL: postgres://${OTOKEN_PG_USER:-postgres}:${OTOKEN_PG_PASSWORD:-testing}@db-oToken:5432/${OTOKEN_PG_DATABASE:-o_token}
35+
HASURA_GRAPHQL_DATABASE_URL: postgres://${OTOKEN_PG_USER:-postgres}:${OTOKEN_PG_PASSWORD:-testing}@db-oToken:5432/${OTOKEN_PG_DATABASE:-otoken}
3636
HASURA_GRAPHQL_ENABLE_CONSOLE: ${HASURA_GRAPHQL_ENABLE_CONSOLE:-true}
3737
HASURA_GRAPHQL_ENABLED_LOG_TYPES:
3838
startup, http-log, webhook-log, websocket-log,

0 commit comments

Comments
 (0)