https://github.com/hopsoft/containers
https://github.com/hopsoft/containers
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hopsoft/containers
- Owner: hopsoft
- License: mit
- Created: 2022-08-03T15:40:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T23:38:26.000Z (over 1 year ago)
- Last Synced: 2025-04-28T10:26:15.640Z (6 months ago)
- Language: Ruby
- Size: 86.9 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Containers (WIP)
## Docker Container Orchestration
### Configuration
You can configure your project with a `.containers.yml` file.
This file can be generated by running:
```sh
containers generate config
``````yaml
---
organization:
name: my-organizationapp:
name: my-project
directory: .docker:
directory: .
default_service:
compose_files:
- docker-compose.yml
```## TODOs
- [ ] recipes _(punt for now)_
```sh
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, ...)