We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--- version: '3' services: directus: user: root image: directus/directus:latest ports: - 8055:8055 volumes: - ./directus/uploads:/directus/uploads - ./directus/extensions:/directus/extensions - ./directus/database:/directus/database env_file: directus/.env
directus
uploads
extensions
database
KEY='bc75c62a-f23f-43f5-b0fd-44b22ef1362d' SECRET='930e1e2e-86c7-449f-8847-656715809450' DB_CLIENT='sqlite3' DB_FILENAME='./database/database.sqlite' ADMIN_EMAIL='[email protected]' ADMIN_PASSWORD='Example1234!' EMAIL_VERIFY_SETUP=false CORS_ENABLED=true CORS_ORIGIN=http://localhost:3000 PASSWORD_RESET_URL_ALLOW_LIST=http://localhost:3000/auth/reset-password USER_INVITE_URL_ALLOW_LIST=http://localhost:3000/auth/complete-registration PUBLIC_URL=http://localhost:3000
docker compose up -d directus
The text was updated successfully, but these errors were encountered:
sdkaraarslan
No branches or pull requests
directus
folder and inside it, createuploads
,extensions
anddatabase
folders.docker compose up -d directus
The text was updated successfully, but these errors were encountered: