mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
Use a docker volume for the dev env db
This commit is contained in:
@@ -50,6 +50,8 @@ services:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
volumes:
|
||||
- "awx_db:/var/lib/postgresql/data"
|
||||
memcached:
|
||||
user: ${CURRENT_UID}
|
||||
image: memcached:alpine
|
||||
@@ -67,3 +69,6 @@ services:
|
||||
- "./redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
||||
- "./redis/redis_socket_standalone:/var/run/redis/"
|
||||
command: ["/usr/local/etc/redis/redis.conf"]
|
||||
|
||||
volumes:
|
||||
awx_db:
|
||||
|
||||
Reference in New Issue
Block a user