mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
remove TCP ports for redis (it only listens on a unix domain socket)
This commit is contained in:
@@ -79,8 +79,6 @@ services:
|
||||
volumes:
|
||||
- "./redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
||||
- "./redis/redis_socket_ha_1:/var/run/redis/"
|
||||
ports:
|
||||
- "63791:63791"
|
||||
redis_2:
|
||||
user: ${CURRENT_UID}
|
||||
image: redis:latest
|
||||
@@ -89,8 +87,6 @@ services:
|
||||
volumes:
|
||||
- "./redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
||||
- "./redis/redis_socket_ha_2:/var/run/redis/"
|
||||
ports:
|
||||
- "63792:63792"
|
||||
redis_3:
|
||||
user: ${CURRENT_UID}
|
||||
image: redis:latest
|
||||
@@ -99,8 +95,6 @@ services:
|
||||
volumes:
|
||||
- "./redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
||||
- "./redis/redis_socket_ha_3:/var/run/redis/"
|
||||
ports:
|
||||
- "63793:63793"
|
||||
postgres:
|
||||
image: postgres:10
|
||||
container_name: tools_postgres_1
|
||||
|
||||
@@ -55,8 +55,6 @@ services:
|
||||
redis:
|
||||
image: redis:latest
|
||||
container_name: tools_redis_1
|
||||
ports:
|
||||
- "6379:6379"
|
||||
user: ${CURRENT_UID}
|
||||
volumes:
|
||||
- "./redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
||||
|
||||
Reference in New Issue
Block a user