mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Enable tty in dev container
Pretty colors and real-time migration logs
This commit is contained in:
@@ -35,6 +35,7 @@ services:
|
|||||||
- "./redis/redis_socket_standalone:/var/run/redis/"
|
- "./redis/redis_socket_standalone:/var/run/redis/"
|
||||||
- "./memcached/:/var/run/memcached"
|
- "./memcached/:/var/run/memcached"
|
||||||
privileged: true
|
privileged: true
|
||||||
|
tty: true
|
||||||
# A useful container that simply passes through log messages to the console
|
# A useful container that simply passes through log messages to the console
|
||||||
# helpful for testing awx/tower logging
|
# helpful for testing awx/tower logging
|
||||||
# logstash:
|
# logstash:
|
||||||
|
|||||||
Reference in New Issue
Block a user