Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 745 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 745 Bytes

wizardsatwork/grundstein

Grundstein (plural Grundsteine) [german]

  • A ceremonial stone set at the corner of a building.

  • By extension, that which is prominent, fundamental, noteworthy, or central. Exceptional service is the cornerstone of the hospitality industry. That is the cornerstone of any meaningful debate about budgets and projects, regulations and policies.

via: wiktionary

runs docker instances of the various services we use: gitlab redmine openresty/nginx postgres redis mail

Usage:

  # run docker containers
  make

  #then just:
  xdg-open http://gitlab

  # stop container
  make stop

  # remove container
  make remove

  # update container
  make update