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

Launching those 3 containers into a docker-compose #33

Closed
pascalandy opened this issue Mar 11, 2016 · 3 comments
Closed

Launching those 3 containers into a docker-compose #33

pascalandy opened this issue Mar 11, 2016 · 3 comments
Labels
status/help-wanted Help on this issue / PR would be welcome

Comments

@pascalandy
Copy link

Yves,
Thanks for the sharing this! I appreciate. Have you been able to put together those three containers into a docker-compose.yml ?

The way I see my backend is:

  1. a docker-compose for: FrontEnd (proxy/servers/firewalls) (those three guys)
  2. a docker-compose for: production apps
  3. a docker-compose for: labs/staging apps
  4. a docker-compose for: dev apps
  5. a docker-compose for: database
  6. a docker-compose for: monitoring solutions like Nagio
  7. more ... backup, GUI stations, etc

///

I tought about launching various docker run -parameters about a container from the docker-compose ./app1 but I'm not successful at that point.

Cheers!

@fatk
Copy link

fatk commented Mar 11, 2016

Have a look at this compose file

It uses the 3 images you mention (The nginx is a bit modified from the official image because it has a lot of SSL conf embedded in it, but you should be able to use the official one without trouble)

@JrCs JrCs added the status/help-wanted Help on this issue / PR would be welcome label Mar 12, 2016
@JrCs JrCs closed this as completed Mar 12, 2016
@pascalandy
Copy link
Author

@fatk I used your compose file and I works! Thank you so much!

Now I have to fix this. nginx-proxy/nginx-proxy#304 (comment)

@JrCs
Copy link
Collaborator

JrCs commented Mar 14, 2016

Thanks @fatk and @pascalandy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/help-wanted Help on this issue / PR would be welcome
Projects
None yet
Development

No branches or pull requests

3 participants