Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Docker swarm support #17

Closed
lucaslan opened this issue Oct 6, 2017 · 3 comments
Closed

Docker swarm support #17

lucaslan opened this issue Oct 6, 2017 · 3 comments

Comments

@lucaslan
Copy link

lucaslan commented Oct 6, 2017

Hello,
I'm trying to deploy AWX in a swarm cluster using stack and it doesn't work well.

I already changed the links to a network using the overlay driver...
Did you already tried this?

@DBLaci
Copy link

DBLaci commented Nov 15, 2017

I used the compose found in this repo to deploy awx stack to swarm. It went smooth without any problem.

I later modified 2 thins (neither has anything to do with your question): postgres volume on node (this is a swarm cluster with only one node, you may need to use node label constraints to bind it to a specific node):

in the postgres service:

    volumes:
      - /srv/awx/postgresql/data:/var/lib/postgresql/data

The other change is I tried with the ansible/awx_* images (and it works too).

So I confirm the docker-compose works with swarm well. What's your problem?

@dnc92301
Copy link

Have you tried setting up ssl reverse proxy within your stack docker compose file ?

@geerlingguy
Copy link
Owner

I'm closing all issues on this repository as it has been deprecated; please see: #49

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

4 participants