All Projects β†’ hackmdio β†’ docker-hackmd

hackmdio / docker-hackmd

Licence: other
DEPRECATION: Please read our online documentation instead

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-hackmd

django-boilerplate
(An opinionated) Django boilerplate to run your project on Docker Compose (Redis, Rabbitmq, base/dev/prod settings ..etc) 🌟 Give it a star if you like it.
Stars: ✭ 35 (-87.13%)
Mutual labels:  docker-compose
kafka-spark-streaming-zeppelin-docker
One click deploy docker-compose with Kafka, Spark Streaming, Zeppelin UI and Monitoring (Grafana + Kafka Manager)
Stars: ✭ 82 (-69.85%)
Mutual labels:  docker-compose
video-tutorial-docker
Learn with me and get more knowledge about Docker and Docker Swarm environments.
Stars: ✭ 29 (-89.34%)
Mutual labels:  docker-compose
express-redis-docker
A Node/Express app with Redis through Docker Compose
Stars: ✭ 56 (-79.41%)
Mutual labels:  docker-compose
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-94.12%)
Mutual labels:  docker-compose
snk.dev-assistant
Assistant for code development with advanced machine learning features
Stars: ✭ 14 (-94.85%)
Mutual labels:  docker-compose
docker-parse-mongo
Parse Server with MongoDB ReplicaSet using Docker (for AWS EC2 or GCP GCE)
Stars: ✭ 27 (-90.07%)
Mutual labels:  docker-compose
traefik-letsencrypt-compose
Basic Traefik configuration which includes automatic Let’s Encrypt certificate management and password protected dashboard
Stars: ✭ 38 (-86.03%)
Mutual labels:  docker-compose
compose-mediawiki-ubuntu
Containerized Mediawiki install based on Ubuntu
Stars: ✭ 42 (-84.56%)
Mutual labels:  docker-compose
devops-essentials
DevOps Essentials | terraform | kubernetes | linux | nginx | monitoring | docker | docker-compose
Stars: ✭ 159 (-41.54%)
Mutual labels:  docker-compose
hakase-labs
Learn and Share..
Stars: ✭ 24 (-91.18%)
Mutual labels:  docker-compose
angular-forum
Forum application built with Angular
Stars: ✭ 52 (-80.88%)
Mutual labels:  docker-compose
react-hooks-uikit-express-oauth-boiler-v2
A React/TypeScript fullstack boilerplate utilizing React hooks, using Express as backend, UIKit for frontend, MongoDB for storage & open-authenticator for OAuth.
Stars: ✭ 110 (-59.56%)
Mutual labels:  docker-compose
exo
A process manager & log viewer for dev
Stars: ✭ 296 (+8.82%)
Mutual labels:  docker-compose
docker-haproxy-certbot
Dockerized HAProxy with Let's Encrypt certificates automatic renewal
Stars: ✭ 28 (-89.71%)
Mutual labels:  docker-compose
MMseqs2-App
MMseqs2 app to run on your workstation or servers
Stars: ✭ 16 (-94.12%)
Mutual labels:  docker-compose
dockerized
🐳 Build once, run anywhere
Stars: ✭ 70 (-74.26%)
Mutual labels:  docker-compose
SENT-template
Skip setup and start code with SENT (Sapper Express Node Template) and other tools
Stars: ✭ 69 (-74.63%)
Mutual labels:  docker-compose
focalboard-docker
Cross platform Docker images for Focalboard.
Stars: ✭ 12 (-95.59%)
Mutual labels:  docker-compose
action
A GitHub Action that deploys live environments for your pull requests and branches
Stars: ✭ 63 (-76.84%)
Mutual labels:  docker-compose

docker-hackmd (DEPRECATED)

!!!Warning!!!

This repository has been deprecated. Please use our online documentation instead:

https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-docker-deployment


Build Status Gitter Try in PWD

Debian based version:

Alpine based version:

Prerequisite

See more here: https://docs.docker.com/

Usage

Get started

  1. Install docker and docker-compose, "Docker for Windows" or "Docker for Mac"
  2. Run git clone https://github.com/hackmdio/docker-hackmd.git
  3. Change to the directory docker-hackmd directory
  4. Run docker-compose up in your terminal
  5. Wait until see the log HTTP Server listening at port 3000, it will take few minutes based on your internet connection.
  6. Open http://127.0.0.1:3000

Update

Start your docker and enter the terminal, follow below commands:

cd docker-hackmd ## enter the directory
git pull ## pull new commits
docker-compose pull ## pull new containers
docker-compose up ## turn on

migration-to-0.5.0

We don't use LZString to compress socket.io data and DB data after version 0.5.0. Please run the migration tool if you're upgrading from the old version.

  1. Stop your hackmd containers
  2. Modify docker-compose.yml, add expose ports 5432 to hackmdPostgres
  3. docker-compose up to start your hackmd containers
  4. Backup DB (see below)
  5. Git clone above migration-to-0.5.0 and npm install (see more on above link)
  6. Modify config.json in migration-to-0.5.0, change its username, password and host to your docker
  7. Run migration (see more on above link)
  8. Stop your hackmd containers
  9. Modify docker-compose.yml, remove expose ports 5432 in hackmdPostgres
  10. git pull in docker-hackmd, update to version 0.5.0 (see below)

Backup

Start your docker and enter the terminal, follow below commands:

 docker-compose exec database pg_dump hackmd -U hackmd  > backup.sql

Restore

Similar to backup steps, but last command is

cat backup.sql | docker exec -i $(docker-compose ps -q database) psql -U hackmd

Kubernetes

To install use helm install stable/hackmd.

For all further details, please check out the offical HackMD K8s helm chart.

Custom build

The default setting would use pre-build docker image, if you want to build your own containers uncomment the build section in the docker-compose.yml and edit the config.json.

If you change the database settings and don't use the HMD_DB_URL make sure you edit the .sequelizerc.

License

View license information for the software contained in this image.

Supported Docker versions

This image is officially supported on Docker version 17.03.1-CE.

Support for older versions (down to 1.12) is provided on a best-effort basis.

Please see the Docker installation documentation for details on how to upgrade your Docker daemon.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

You can also reach many of the project maintainers via the hackmd channel on Gitter.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Happy HackMD πŸ˜„

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