chore: bump version

This commit is contained in:
Reinaldy Rafli 2022-01-04 01:05:04 +07:00
parent f8db96d79f
commit 144d032386
No known key found for this signature in database
GPG Key ID: CFDB9400255D8CB6
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
services: services:
postgres: postgres:
image: postgres:13.4-alpine image: postgres:14.1-alpine
restart: unless-stopped restart: unless-stopped
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.26 image: mysql:8.0.27
restart: unless-stopped restart: unless-stopped
ports: ports:
- 3306:3306 - 3306:3306
@ -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.8-focal image: mongo:5.0.5-focal
restart: unless-stopped restart: unless-stopped
ports: ports:
- 27017:27017 - 27017:27017
@ -39,7 +39,7 @@ services:
volumes: volumes:
- ./volume/mongo:/data/db - ./volume/mongo:/data/db
couch: couch:
image: couchdb:3.1.1 image: couchdb:3.2.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- 5984:5984 - 5984:5984
@ -53,7 +53,7 @@ services:
- "./volume/couch/data:/opt/couchdb/data" - "./volume/couch/data:/opt/couchdb/data"
- "./volume/couch/cfg:/opt/couchdb/etc/local.d" - "./volume/couch/cfg:/opt/couchdb/etc/local.d"
cassandra: cassandra:
image: cassandra:3.11.10 image: cassandra:4.0.1
restart: unless-stopped restart: unless-stopped
ports: ports:
- 7000:7000 - 7000:7000