Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

rjdsf/easydock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easydock

Initial setup

Create a symbolic lync to heydoc bash file

ln -s /Volumes/Code/easydock/bash/heydock /usr/local/bin/.

GO inside services folder and run

docker-compose up -d

Creating a new service

  • Copy One of the templates ( php or WordPress ) and paste it in apps folder
  • Rename the folder to a name of your choice
  • inside use the Codebase folder to clone you repo ( e.g. codebase/yourRepo )
  • Update the .env file to meet the requirements of your app

( e.g. for wodPress)

CONTAINER_NAME=xxx
REPO_NAME=xxx
WP_ENV=development
HTTPS=true
NGINX_APP_ROOT=/var/www/html/xxxx
NGINX_INDEX_FILE=index.php
HOST_PORT=xxxx
VIRTUAL_HOST=xxxx.wpdev.com
DB_HOST=mariadb
DB_USER=root
DB_PASSWORD=root
DB_NAME=xxxxx

For SSL certificates check CertGenHelp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published