Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend docker compose example to single containers #4

Open
aszs opened this issue Mar 11, 2021 · 0 comments
Open

Extend docker compose example to single containers #4

aszs opened this issue Mar 11, 2021 · 0 comments
Labels

Comments

@aszs
Copy link
Member

aszs commented Mar 11, 2021

base.yaml defines a DockerHost
type that lets use specify a list of docker-compose.yml files to deploy. See https://github.com/onecommons/unfurl-campsite for an example of it being used.

It would be nice to derive a type that just took a single container as an argument and generated a docker-compose file. The code this example was derived from (https://github.com/christippett/terraform-cloudinit-container-server) did just that but I removed that logic to make the example simpler. So we should move that logic to a derived type to keep things simple.

@aszs aszs added the devops label Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant