summaryrefslogtreecommitdiffstats
path: root/installer/roles/local_docker (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pre-create pgdocker dir ahead of time with proper permissionsChristian M. Adams2021-01-251-0/+5
* Fix bind-mount problem with pg12 upgradesChristian M. Adams2021-01-193-12/+34
* Run migrations via a task, not in the containerChristian M. Adams2021-01-142-0/+11
* Run PG upgrade tasks in container because of permissionsChristian M. Adams2021-01-133-25/+19
* Upgrade PostgreSQL from 10 to 12Christian M. Adams2021-01-082-5/+5
* Introduce a strict Content-Security-PolicyRyan Petrello2020-12-081-2/+0
* make preload data optional againJAKUBIS Peter H50R8VA2020-12-021-0/+6
* allow labelling docker web containerLennart Melzer2020-10-251-0/+10
* Update docker-compose.yml.j2mjeffin2020-09-101-1/+1
* Fix broadcast_websocket_secret lengthTaras Dyshkant2020-08-211-1/+1
* Merge pull request #7070 from JoelKle/fix_rerun_abilitysoftwarefactory-project-zuul[bot]2020-08-132-14/+15
|\
| * Fixed a bug, where the redis.conf first would be stored with mod 0600JoelKle2020-07-031-14/+14
| * Added the ability, to set the broadcast_websocket_secret variable.JoelKle2020-07-031-0/+1
* | Use default path for pgdata volume in docker-compose templateJeff Geerling2020-07-211-2/+1
* | Adding inventory variable to set "extra_hosts" in generated compose fileweltamdraht2020-07-101-0/+14
|/
* Allows for docker logger supportBen Schmitz2020-06-161-0/+12
* set proper permissions for the redis socketRyan Petrello2020-06-101-1/+1
* removed django-redis as a dependencyRebeccah Hunter2020-06-091-1/+0
* remove memcache from everywhere and add djagno-redis to cover itRebeccah2020-06-093-26/+1
* Only build one awx image instead of separate web and task imagesBill Nottingham2020-06-033-37/+15
* Make supervisor more consistentBill Nottingham2020-06-031-1/+1
* Add subnet configuratin to Docker Compose to avoid conflicts.mstrent2020-05-281-0/+11
* AWX installer docker-compose params `host_port` and `host_port_ssl`JoelKle2020-05-191-1/+5
* Wrong syntaxggiinnoo2020-04-281-1/+1
* Added variable to inventory to add a separate key fileggiinnoo2020-04-282-2/+10
* If pg_hostname is defined don't try to upgrade PostgreSQLDennis Vestergaard Værum2020-04-272-49/+54
* Volume mount supervisor dir to both containersChristian Adams2020-04-151-0/+2
* Rename awx rsyslog socket and PID dirChristian Adams2020-04-151-2/+2
* Move supervisor and rsyslog sock files to their own dirs under /var/runChristian Adams2020-04-131-6/+7
* Configure rsyslog to listen over a unix domain socket instead of a portShane McDonald2020-04-131-0/+8
* switch memcached from tcp to unix domain socketchris meyers2020-04-065-14/+12
* autogenerate websocket secretchris meyers2020-03-262-0/+8
* redis socket supportchris meyers2020-03-186-16/+22
* increase per-channel capacitychris meyers2020-03-181-1/+4
* move broadcast websocket out into its own processchris meyers2020-03-181-1/+1
* replace rabbitmq with redischris meyers2020-03-184-29/+15
* Make possible to not start containers on composeRaoul Scarazzini2020-02-033-11/+16
* Add a uwsgi param to prevent SAML errorloitho2019-12-311-0/+1
* yamllint: Make all files in awx pass yamllintYanis Guenane2019-12-022-3/+2
* Consistent naming scheme; memcached_host -> memcached_hostnameErik Berg2019-11-182-2/+2
* Consistent naming scheme; rabbitmq_host -> rabbitmq_hostnameErik Berg2019-11-182-2/+2
* CHANGED: docker_service to docker_composeJoe2019-11-151-1/+1
* Merge pull request #4819 from dgiorgio/develsoftwarefactory-project-zuul[bot]2019-11-121-1/+1
|\
| * Fix postgres docker-compose, add postgresql_image vardgiorgio2019-10-091-1/+1
* | Dont require pg_admin_password unless we're using it.Shane McDonald2019-11-051-1/+3
* | Improve usage of ssl_certificate in local_dockerRaphaël COMBEAU2019-10-283-0/+120
* | Merge pull request #5043 from EStork09/develsoftwarefactory-project-zuul[bot]2019-10-281-0/+6
|\ \
| * | Added custom_venv_dir to local docker install,Evan Stork2019-10-201-0/+6
| |/
* / Add quotes to shell variables with user inputAhmed RAHAL2019-10-251-11/+11
|/
* Use variables to set rabbitmq host and portkumy2019-09-271-2/+2