Skip to content

Commit

Permalink
chore: Add missing env vars setup
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jul 29, 2024
1 parent 71b70c7 commit b4ecd3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/deployments/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ services:
# Opt-out for telemetry https://docs.argilla.io/en/latest/reference/telemetry.html
# ARGILLA_ENABLE_TELEMETRY: 0

USERNAME: argilla
PASSWORD: 12345678
API_KEY: argilla.apikey
# REINDEX_DATASETS: 1 # Uncomment this line to reindex Argilla datasets into the search engine when starting up
# DEFAULT_USER_ENABLED: false # Uncomment this line to disable the creation of the default user
# DEFAULT_USER_PASSWORD: custom-password # Uncomment this line to set a custom password for the default user
# DEFAULT_USER_API_KEY: custom-api-key # Uncomment this line to set a custom api-key for the default user

networks:
- argilla
volumes:
Expand Down

0 comments on commit b4ecd3d

Please sign in to comment.