[Octopus] modify project to SpringBoot version ok
This commit is contained in:
@@ -24,13 +24,13 @@ services:
|
||||
interval: 15s
|
||||
timeout: 5s
|
||||
retries: 6
|
||||
redis-master:
|
||||
redis:
|
||||
# https://hub.docker.com/r/bitnami/redis
|
||||
image: bitnami/redis:6.2.11-debian-11-r1
|
||||
networks:
|
||||
- app-tier
|
||||
environment:
|
||||
- REDIS_PASSWORD=Superwmm.23
|
||||
- REDIS_PASSWORD=boge8tingH
|
||||
# Redis 6.0 features a new multi-threading model
|
||||
- REDIS_IO_THREADS=4
|
||||
- REDIS_IO_THREADS_DO_READS=yes
|
||||
|
||||
@@ -46,6 +46,23 @@ services:
|
||||
- RABBITMQ_MANAGEMENT_PORT_NUMBER=15672
|
||||
volumes:
|
||||
- 'rabbitmq_data:/bitnami/rabbitmq/mnesia'
|
||||
redis:
|
||||
# https://hub.docker.com/r/bitnami/redis
|
||||
image: bitnami/redis:6.2.11-debian-11-r1
|
||||
networks:
|
||||
- app-tier
|
||||
environment:
|
||||
- REDIS_PASSWORD=boge8tingH
|
||||
# Redis 6.0 features a new multi-threading model
|
||||
- REDIS_IO_THREADS=4
|
||||
- REDIS_IO_THREADS_DO_READS=yes
|
||||
- REDIS_PORT_NUMBER=6379
|
||||
- REDIS_REPLICATION_MODE=master
|
||||
#- REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
|
||||
ports:
|
||||
- '21370:6379'
|
||||
volumes:
|
||||
- 'redis_data:/bitnami/redis/data'
|
||||
|
||||
volumes:
|
||||
mysql_data:
|
||||
|
||||
Reference in New Issue
Block a user