All Projects → directus → Docker

directus / Docker

Licence: gpl-3.0
Directus Docker — The Official Docker Container for the Directus Suite

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker

App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+398.92%)
Mutual labels:  cms, headless-cms, database-management, database, headless, database-gui
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+14082.8%)
Mutual labels:  graphql, cms, headless-cms, database, headless
Sdk Js
Directus JS SDK — JavaScript Software Development Kit for Node and Browser
Stars: ✭ 117 (+25.81%)
Mutual labels:  headless-cms, database-management, database, headless, database-gui
Unite Cms
Really flexible headless CMS, built on top of Symfony and GraphQL.
Stars: ✭ 242 (+160.22%)
Mutual labels:  graphql, cms, headless-cms, headless
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+422.58%)
Mutual labels:  graphql, cms, database-management, database
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (+19.35%)
Mutual labels:  graphql, cms, database, headless
Tensei
🚀 Content management and distribution with a touch of elegance.
Stars: ✭ 217 (+133.33%)
Mutual labels:  graphql, cms, headless
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (+165.59%)
Mutual labels:  graphql, cms, headless-cms
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1311.83%)
Mutual labels:  database-management, database, database-gui
Diwata
A user-friendly database interface
Stars: ✭ 386 (+315.05%)
Mutual labels:  database-management, database, database-gui
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (+368.82%)
Mutual labels:  cms, headless-cms, headless
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (-26.88%)
Mutual labels:  database-management, database, database-gui
Mongoke
Instant Graphql for MongoDb (active branch is golang, rewrite in process)
Stars: ✭ 203 (+118.28%)
Mutual labels:  graphql, database, containers
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (+226.88%)
Mutual labels:  cms, headless-cms, headless
Tipe
🎉 Next Generation API-first CMS for developers. Generate an API-first CMS from a GraphQL schema with offline prototyping and an inline editor
Stars: ✭ 2,157 (+2219.35%)
Mutual labels:  graphql, cms, headless-cms
Pop
Monorepo of the PoP project, including: a server-side component model in PHP, a GraphQL server, a GraphQL API plugin for WordPress, and a website builder
Stars: ✭ 160 (+72.04%)
Mutual labels:  graphql, headless-cms, headless
Cockpit
Add content management functionality to any site - plug & play / headless / api-first CMS
Stars: ✭ 5,173 (+5462.37%)
Mutual labels:  cms, headless-cms, headless
Core
Source Code for dotCMS Java Enterprise Content Management System
Stars: ✭ 615 (+561.29%)
Mutual labels:  graphql, cms, headless-cms
Builder
Drag and drop page building using your code components
Stars: ✭ 1,281 (+1277.42%)
Mutual labels:  cms, headless-cms, headless
Payload
Headless CMS and Application Framework built with Node.js, React and MongoDB
Stars: ✭ 154 (+65.59%)
Mutual labels:  graphql, cms, headless-cms

Directus Logo

 

Directus 8

WebsiteDocsAPI ReferenceUser GuideDemoContribute

 

Overview

Directus provides several container images that will help we get started. All our container images can be found in docker hub.

Reference

Environment variables

Our full list of environment variables can be found on our documentation page. Please make sure to take a look over our overview page as there are some required variables to get run the images.

Versioning

We publish major, minor and patch versions to docker hub, as well as hotfixes and security updates. This means that you can choose between:

  • Patches v8.2.0

    Updates to this tag will receive hotfixes and security updates

  • Minor v8.2

    Updates to this tag will receive all patches, hotfixes and security updates

  • Major v8

    Updates to this tag will receive all minor updates, patches, hotfixes and security updates

Building

In most cases you'll not need to build anything in this repository because we already distribute built images through docker hub. But if you want to, you'll be able to easily build them with our build script.

Requirements


Executing the build script

We can build images using the command build located in bin folder.

Note: If you're getting "-A: invalid option" issues, try updating your bash console. OSX for example ships with older bash versions. These scripts will only work on bash 4 or newer.

# Clone the repository
git clone https://github.com/directus/docker.git

# Open the repository directory
cd docker

# Invoke build script
./bin/build --help
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].