loeffel-io / docs

Makeless Docs - Painless Docker Deployments

Home Page:https://makeless.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

<iframe src="https://ghbtns.com/github-btn.html?user=makeless&repo=server&type=star&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe> Build Status Docker

Makeless - Painless Docker Deployments

Makeless is an easy to use deployment framework based on Docker Compose
Brings your services up in minutes!

Get Started → Play Video →

Deployments were never easier

Manage all your deployments and services in simple isolated .makeless.yml files:

Simple httpd example
https: true               # enables/disables https
host: 'makeless.io:8080'  # your makeless server host address
name: 'makeless-docs'     # your service/directory name

files:                    # your files and directories you want to deploy
  - .vuepress/dist
  - .htaccess
  - Dockerfile

use:                      # your files and directories you want to use from other services
  makeless-shared:
    - ssl:ssl

service:                  # your docker-compose service configuration
  build:
    context: '%latest_dir%'
    dockerfile: Dockerfile
  ports:
    - 80:80
    - 443:443

About

Makeless Docs - Painless Docker Deployments

https://makeless.io

License:MIT License


Languages

Language:CSS 53.7%Language:JavaScript 38.2%Language:Dockerfile 6.3%Language:Shell 1.9%