Compare commits

..

No commits in common. "8162c6a81acd42b41c21106f92d7d5ad41dca876" and "61680c6e6e3132640f06a00a26caccdaa19d9b1f" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ services:
ADMIN_EMAIL: ${DIRECTUS_ADMIN_EMAIL:?err}
ADMIN_PASSWORD: ${DIRECTUS_ADMIN_PASSWORD:?err}
PUBLIC_URL: ${DIRECTUS_PUBLIC_URL:?err}
CORS_ENABLED: ${DIRECTUS_CORS_ENABLED:-false}
CORS_ORIGIN: ${DIRECTUS_CORS_ORIGIN:-false}
CORS_ENABLED: ${CORS_ENABLED:-false}
CORS_ORIGIN: ${CORS_ORIGIN:-false}
DB_CLIENT: 'pg'
DB_HOST: ${POSTGRES_CONTAINER_NAME:-postgres} # Default name is same as ../postgres/docker-compose.yml:8