mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
redis socket support
This commit is contained in:
committed by
Ryan Petrello
parent
d58df0f34a
commit
770b457430
@@ -32,6 +32,7 @@ services:
|
||||
volumes:
|
||||
- "../:/awx_devel"
|
||||
- "../awx/projects/:/var/lib/awx/projects/"
|
||||
- "./redis/redis_socket_standalone:/var/run/redis/"
|
||||
privileged: true
|
||||
# A useful container that simply passes through log messages to the console
|
||||
# helpful for testing awx/tower logging
|
||||
@@ -58,4 +59,8 @@ services:
|
||||
container_name: tools_redis_1
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
user: ${CURRENT_UID}
|
||||
volumes:
|
||||
- "./redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
||||
- "./redis/redis_socket_standalone:/var/run/redis/"
|
||||
command: ["/usr/local/etc/redis/redis.conf"]
|
||||
|
||||
Reference in New Issue
Block a user