Update Docker images and ports in docker-compose
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.6"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
fizz-mysql:
|
fizz-mysql:
|
||||||
image: "fizzgate/fizz-mysql:3.5.1"
|
image: "docker.1ms.run/fizzgate/fizz-mysql:3.6.0"
|
||||||
container_name: fizz-mysql
|
container_name: fizz-mysql
|
||||||
restart: always
|
restart: always
|
||||||
hostname: fizz-mysql
|
hostname: fizz-mysql
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- fizz
|
- fizz
|
||||||
|
|
||||||
fizz-redis:
|
fizz-redis:
|
||||||
image: "redis:6.0.8"
|
image: "docker.1ms.run/library/redis:6.0.8"
|
||||||
container_name: fizz-redis
|
container_name: fizz-redis
|
||||||
restart: always
|
restart: always
|
||||||
hostname: fizz-redis
|
hostname: fizz-redis
|
||||||
@@ -32,7 +32,7 @@ services:
|
|||||||
- fizz
|
- fizz
|
||||||
|
|
||||||
fizz-gateway-community:
|
fizz-gateway-community:
|
||||||
image: "fizzgate/fizz-gateway-community:3.5.1"
|
image: "docker.1ms.run/fizzgate/fizz-gateway-community:3.6.0"
|
||||||
container_name: fizz-gateway-community
|
container_name: fizz-gateway-community
|
||||||
restart: always
|
restart: always
|
||||||
hostname: fizz-gateway-community
|
hostname: fizz-gateway-community
|
||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- fizz-manager-professional
|
- fizz-manager-professional
|
||||||
ports:
|
ports:
|
||||||
- "8600:8600"
|
- "8803:8600"
|
||||||
environment:
|
environment:
|
||||||
- aggregate.redis.host=fizz-redis
|
- aggregate.redis.host=fizz-redis
|
||||||
- aggregate.redis.port=6379
|
- aggregate.redis.port=6379
|
||||||
@@ -57,7 +57,7 @@ services:
|
|||||||
- fizz
|
- fizz
|
||||||
|
|
||||||
fizz-manager-professional:
|
fizz-manager-professional:
|
||||||
image: "fizzgate/fizz-manager-professional:3.5.1"
|
image: "docker.1ms.run/fizzgate/fizz-manager-professional:3.6.0"
|
||||||
container_name: fizz-manager-professional
|
container_name: fizz-manager-professional
|
||||||
restart: always
|
restart: always
|
||||||
hostname: fizz-manager-professional
|
hostname: fizz-manager-professional
|
||||||
@@ -68,8 +68,9 @@ services:
|
|||||||
- fizz-mysql
|
- fizz-mysql
|
||||||
- fizz-redis
|
- fizz-redis
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8804:8000"
|
||||||
environment:
|
environment:
|
||||||
|
- spring.datasource.dynamic.enabled=false
|
||||||
- spring.redis.host=fizz-redis
|
- spring.redis.host=fizz-redis
|
||||||
- spring.redis.port=6379
|
- spring.redis.port=6379
|
||||||
- spring.redis.password=
|
- spring.redis.password=
|
||||||
|
|||||||
Reference in New Issue
Block a user