chore: bump version

This commit is contained in:
Reinaldy Rafli 2021-08-17 22:41:00 +07:00
parent 5cd33786c7
commit 05868dd2d3
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
services: services:
postgres: postgres:
image: postgres:13.3-alpine image: postgres:13.4-alpine
restart: always restart: always
ports: ports:
- 5432:5432 - 5432:5432
@ -10,7 +10,7 @@ services:
volumes: volumes:
- ./volume/postgres:/var/lib/postgresql/data - ./volume/postgres:/var/lib/postgresql/data
mysql: mysql:
image: mysql:8.0.25 image: mysql:8.0.26
restart: always restart: always
ports: ports:
- 3306:3306 - 3306:3306
@ -21,7 +21,7 @@ services:
cap_add: cap_add:
- SYS_NICE - SYS_NICE
redis: redis:
image: redis:6.2.4-alpine image: redis:6.2.5-alpine
restart: always restart: always
ports: ports:
- 6379:6379 - 6379:6379
@ -29,7 +29,7 @@ services:
- ./volume/redis/etc:/usr/local/etc/redis - ./volume/redis/etc:/usr/local/etc/redis
- ./volume/redis/data:/data - ./volume/redis/data:/data
mongo: mongo:
image: mongo:4.4.6-bionic image: mongo:4.4.8-bionic
restart: always restart: always
ports: ports:
- 27017:27017 - 27017:27017