Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Can this be used with docker compose? #9

Open
JulianKingman opened this issue Feb 9, 2017 · 2 comments
Open

Can this be used with docker compose? #9

JulianKingman opened this issue Feb 9, 2017 · 2 comments

Comments

@JulianKingman
Copy link

One thing I love about docker is setting things up with compose files. It's very reusable and makes spinning up new apps a no-brainer. Here's an example:

fantasysuite-app-meteor:
  environment:
    BUNDLE_URL: fileURL.com/file.zip
    MAIL_URL: [emali url goes here]
    MONGO_URL: [mongo url or link goes here]
    ROOT_URL: https://example.com
  labels:
  image: aedm/minimeteor

Can that be done with minimeteor?

@aedm
Copy link
Owner

aedm commented Mar 20, 2017

Sorry about not answering this long, I actually have no idea. :) I have no experience with docker compose. Lately I added a feature to support bundles (required for MeteorUp), but I'll have to investigate to tell if there's any way to support docker compose. I'll leave this issue open.

@JulianKingman
Copy link
Author

JulianKingman commented Mar 27, 2017

Thanks. Docker implementations based on the meteorhacks image support docker compose, so you can check that for reference (https://github.com/abernix/meteord).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants