Enable tty in dev container

Pretty colors and real-time migration logs
This commit is contained in:
Shane McDonald 2020-04-08 11:43:30 -04:00
parent e8fb466f0f
commit 677a8dae7b
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -35,6 +35,7 @@ services:
- "./redis/redis_socket_standalone:/var/run/redis/"
- "./memcached/:/var/run/memcached"
privileged: true
tty: true
# A useful container that simply passes through log messages to the console
# helpful for testing awx/tower logging
# logstash: