Skip to content

kolamarcel/Directus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-directus

An Instant App & API for your SQL Database in Docker.

Based on https://hub.docker.com/r/directus/directus .

cd docker/compose

Run either ./up-with-mariadb.sh or ./up-with-postgres.sh.

Next, open http://localhost:8055/ with username admin@admin.com and password admin.

See also:

Kubernetes (GKE)

gcloud compute disks create directus \
--size=10G \
--type=pd-standard \
--zone=us-east4-a
helm install --set staticPersistentVolume=true --set host=<host> directus docker/helm/directus

License

The content of this repository is distributed under the terms of the GNU General Public License v3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors