All Projects → directus → Directus Docker

directus / Directus Docker

Directus 6 Docker — Legacy Container [EOL]

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Directus Docker

App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+582.35%)
Mutual labels:  api, sql, database-management, database, mysql, sdk, database-gui
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+614.71%)
Mutual labels:  api, sql, database-management, database, mysql
Docker Superset
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
Stars: ✭ 86 (+26.47%)
Mutual labels:  sql, mysql, docker-image, docker-compose, docker-container
Sdk Js
Directus JS SDK — JavaScript Software Development Kit for Node and Browser
Stars: ✭ 117 (+72.06%)
Mutual labels:  api, database-management, database, sdk, database-gui
Docker Compose Lamp
A basic LAMP stack environment built using Docker Compose.
Stars: ✭ 1,284 (+1788.24%)
Mutual labels:  mysql, docker-image, docker-compose, docker-container
Mysql Container
MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 117 (+72.06%)
Mutual labels:  sql, database, mysql, docker-image
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (+72.06%)
Mutual labels:  sql, database, mysql, docker-image
Bitnami Docker Mariadb
Bitnami MariaDB Docker Image
Stars: ✭ 251 (+269.12%)
Mutual labels:  sql, database, mysql, docker-image
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (+167.65%)
Mutual labels:  api, sql, database, mysql
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (+4179.41%)
Mutual labels:  sql, database-management, database, mysql
Manticoresearch
Database for search
Stars: ✭ 610 (+797.06%)
Mutual labels:  api, sql, database, mysql
Db Dumper
Dump the contents of a database
Stars: ✭ 744 (+994.12%)
Mutual labels:  sql, database, mysql
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+11241.18%)
Mutual labels:  sql, database, mysql
Eralchemy
Entity Relation Diagrams generation tool
Stars: ✭ 767 (+1027.94%)
Mutual labels:  sql, database, mysql
Reiner
萊納 - A MySQL wrapper which might be better than the ORMs and written in Golang
Stars: ✭ 19 (-72.06%)
Mutual labels:  sql, database, mysql
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+989.71%)
Mutual labels:  sql, database-management, mysql
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-73.53%)
Mutual labels:  api, database, mysql
Data Science Best Resources
Carefully curated resource links for data science in one place
Stars: ✭ 1,104 (+1523.53%)
Mutual labels:  api, sql, database
Dockerized lara
Build your Laravel App with Redis - Mongodb - MariaDB - Nginx - php7 - zsh
Stars: ✭ 9 (-86.76%)
Mutual labels:  docker-image, docker-compose, docker-container
Event Management
helps to register an users for on events conducted in college fests with simple logic with secured way
Stars: ✭ 65 (-4.41%)
Mutual labels:  sql, database, mysql

Directus Logo

 

The All-New Directus 7
Future-Proof Headless CMS

WebsiteDocsAPI ReferenceUser GuideDemoContribute

 

The Directus 7 App has been rebuilt from the ground-up in Vue.js and decoupled from our new "versionless" API. Both can easily be customized and extended to suit your project's needs.

 

🐰 Introduction

Available versions

Requirement

  • Docker Engine 1.12.0+

Quick Start using docker-compose

The Docker composer file format uses version 2.1

# Start directus
docker-compose up

Quick Start

# Start mysql
docker run --env MYSQL_ROOT_PASSWORD=password \
           --env MYSQL_DATABASE=directus \
           --env MYSQL_USER=directus \
           --env MYSQL_PASSWORD=directus \
           --name mysql \
           --detach \
           mysql:5.5

# Start directus
docker run --link mysql:mysql \
           --publish 8080:8080 \
           --name directus \
           --detach \
           getdirectus/directus:6.4

Directus Login Credentials

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].