feat jenkins cicd
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:latest
|
||||
image: mysql:9.5.0
|
||||
container_name: mysql
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: gR9pV4tY7zR6qL3e
|
||||
TZ: Asia/Shanghai
|
||||
@@ -12,9 +12,9 @@ services:
|
||||
- ./db/mysql:/var/lib/mysql
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
image: redis:8.4.0
|
||||
container_name: redis
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
etcd:
|
||||
image: bitnami/etcd:latest
|
||||
container_name: etcd
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "2379:2379"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user