1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 07:55:24 +03:00
awx/tools
Hao Liu ddf4f288d4
Remove links from docker-compose template (#15386)
Links are use to indicate network connectivity and optionally provide alias

it is not needed for communication since all the container are on the awx network

in the prometheus container case since awx_ container now have valid hostname it's no longer required (also i think the link is missing a `-` anyway...)

links also implicitly imply dependency between services in this i see awx container depends on redis and postgres so i switch to depends_on to retain that

Making this change to be podman compatible
because i get
```
Error response from daemon: bad parameter: link is not supported
```
2024-07-18 21:19:50 -04:00
..
ansible Fix minor docker build warning (#15362) 2024-07-15 13:34:46 +00:00
data_generators awxkit: allow to modify api base url (#14835) 2024-02-07 12:26:42 +01:00
docker-compose Remove links from docker-compose template (#15386) 2024-07-18 21:19:50 -04:00
docker-compose-minikube update playbooks to use fqcn 2024-03-27 15:13:43 -04:00
elastic move license directory out of docs 2022-11-04 11:43:41 -04:00
grafana Add example grafana dashboard 2024-05-31 13:55:17 -04:00
loki Centralized logging via otel 2024-05-31 13:55:17 -04:00
otel Add recording 2024-05-31 13:55:17 -04:00
redis Consolidate the Local Docker installer and the dev env 2021-02-22 13:44:19 -05:00
rsyslog Fix rsyslog in the dev env by using a local dir volume 2020-05-19 17:00:09 -04:00
scripts Fix test_url_base_defaults_to_request to reference local host instead… (#15367) 2024-07-18 15:28:54 -04:00
sosreport Add receptor work list command to sosreport (#15207) 2024-06-10 19:39:24 +00:00
test Imports prototype from ansible-network-ui 2018-03-23 17:00:14 -04:00
docker-credential-plugins-override.yml Assorted renaming and string changes 2021-04-30 14:32:05 -04:00