Skip to content

hopsoft/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containers (WIP)

Docker Container Orchestration

Configuration

You can configure your project with a .containers.yml file.

This file can be generated by running:

containers generate config
---
organization:
  name: my-organization

app:
  name: my-project
  directory: .

docker:
  directory: .
  default_service:
  compose_files:
    - docker-compose.yml

TODOs

  • recipes (punt for now)

    containers add RECIPE [URL]
    containers remove RECIPE

    Where should we store recipes? ./.containers/recipes?

    Should add/remove recipe modify compose_files in .containers.yml?

    • sinatra?
    • rails?
    • anycable?
    • actioncable?
    • caching? (redis)
    • background jobs?
      • backend? (sidekiq, ...)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published