You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)
Bug Summary
I am trying to install AWX on Docker. I have created a Docker Compose file with Redis and PostgreSQL configured with proper networking. While Redis and PostgreSQL are running successfully, AWX fails to deploy, showing the following error: awx | Usage: dumb-init [option] program [args] awx | Try dumb-init --help for full usage. awx exited with code 1.
Ansible tower up and running with proper connections and able to run UI on browser.
Actual results
tower$ docker compose up
WARN[0000] /tower/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 3/0
✔ Container awx_redis Created 0.0s
✔ Container awx_postgres Created 0.0s
✔ Container awx Created 0.0s
Attaching to awx, awx_postgres, awx_redis
awx_postgres |
awx_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization
awx_postgres |
awx_redis | 1:C 02 Jan 2025 07:41:25.123 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
awx_redis | 1:C 02 Jan 2025 07:41:25.123 * Redis version=7.4.1, bits=64, commit=00000000, modified=0, pid=1, just started
awx_redis | 1:C 02 Jan 2025 07:41:25.123 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
awx_redis | 1:M 02 Jan 2025 07:41:25.123 * monotonic clock: POSIX clock_gettime
awx_redis | 1:M 02 Jan 2025 07:41:25.125 * Running mode=standalone, port=6379.
awx_redis | 1:M 02 Jan 2025 07:41:25.127 * Server initialized
awx_redis | 1:M 02 Jan 2025 07:41:25.127 * Ready to accept connections tcp
awx_postgres | 2025-01-02 07:41:25.159 UTC [1] LOG: starting PostgreSQL 13.18 (Debian 13.18-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
awx_postgres | 2025-01-02 07:41:25.159 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
awx_postgres | 2025-01-02 07:41:25.159 UTC [1] LOG: listening on IPv6 address "::", port 5432
awx_postgres | 2025-01-02 07:41:25.164 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
awx_postgres | 2025-01-02 07:41:25.168 UTC [26] LOG: database system was shut down at 2024-12-31 09:34:01 UTC
awx_postgres | 2025-01-02 07:41:25.175 UTC [1] LOG: database system is ready to accept connections
awx | Usage: dumb-init [option] program [args]
awx | Try dumb-init --help for full usage.
awx exited with code 1
Additional information
No response
The text was updated successfully, but these errors were encountered:
Please confirm the following
[email protected]
instead.)Bug Summary
I am trying to install AWX on Docker. I have created a Docker Compose file with Redis and PostgreSQL configured with proper networking. While Redis and PostgreSQL are running successfully, AWX fails to deploy, showing the following error:
awx | Usage: dumb-init [option] program [args]
awx | Try dumb-init --help for full usage.
awx exited with code 1.
AWX version
24.6.1
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
2.18.0
Operating system
Mac OS 15.1.1
Web browser
Chrome
Steps to reproduce
docker-composer.yml
Command used:
docker-compose up
Expected results
Ansible tower up and running with proper connections and able to run UI on browser.
Actual results
tower$ docker compose up
Additional information
No response
The text was updated successfully, but these errors were encountered: