Skip to content

Commit

Permalink
docker compose updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Oct 23, 2023
1 parent ffadb42 commit dca862a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .directus/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@ services:
ADMIN_EMAIL: '[email protected]'
ADMIN_PASSWORD: 'd1r3ctu5'

# These is helpful for local developement but should probably be removed in production
CORS_ENABLED: 'true'

WEBSOCKETS_ENABLED: 'true'
# WEBSOCKETS_AUTH_MODE: 'public'

REFRESH_TOKEN_COOKIE_DOMAIN: 'localhost'
EXTENSIONS_AUTO_RELOAD: 'true'

WEBSOCKETS_ENABLED: 'true'
# The default config prevents importing files from 0.0.0.0. See https://docs.directus.io/self-hosted/config-options.html#security . This can be removed in production but in local development it is recommended to keep it so you can import logos from Organization > website.
IMPORT_IP_DENY_LIST: ''

Expand Down

0 comments on commit dca862a

Please sign in to comment.