Compare commits
No commits in common. "8162c6a81acd42b41c21106f92d7d5ad41dca876" and "61680c6e6e3132640f06a00a26caccdaa19d9b1f" have entirely different histories.
8162c6a81a
...
61680c6e6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue