Skip to content

Commit

Permalink
fix: enable setting of ANONYMOUS_USER in optimist
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Mar 30, 2023
1 parent 2a323a7 commit b0f09d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ services:
PROPOSER_MAX_BLOCK_PERIOD_MILIS: ${PROPOSER_MAX_BLOCK_PERIOD_MILIS:-0}
USE_EXTERNAL_NODE: ${USE_EXTERNAL_NODE}
WEBSOCKET_PORT: ${WEBSOCKET_PORT:-8080}
ANONYMOUS_USER: ${ANONYMOUS_USER}
command: ['npm', 'run', 'dev']

rabbitmq:
Expand Down

0 comments on commit b0f09d2

Please sign in to comment.