TACC / abaco

Actor Based Co(mputing)ntainers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add makefile to simplify operation of local development stack

joestubbs opened this issue · comments

possible targets include:

  • clean - remove all containers
  • build - build the images (abaco/core, abaco/prom, abaco/nginx, etc.)
  • deploy - start the local dev stack (depend on build)
  • test - run tests (depend on deploy)