2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add semaphore

This commit is contained in:
kev
2021-11-30 18:30:28 +08:00
parent d671fd0c76
commit 9820b31d73
4 changed files with 46 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ services:
restart: unless-stopped
redis:
image: redis:5-alpine
image: redis:6-alpine
container_name: awx_redis
command: ["/usr/local/etc/redis/redis.conf"]
volumes:
@@ -61,7 +61,7 @@ services:
restart: unless-stopped
postgres:
image: postgres:13-alpine
image: postgres:14-alpine
container_name: awx_postgres
volumes:
- ./data/postgres:/var/lib/postgresql/data/pgdata:Z