|
|
|
@ -8,7 +8,7 @@ networks:
|
|
|
|
|
services:
|
|
|
|
|
#container management
|
|
|
|
|
portainer:
|
|
|
|
|
image: portainer/portainer:1.23.2
|
|
|
|
|
image: portainer/portainer:1.24.1
|
|
|
|
|
restart: always
|
|
|
|
|
ports:
|
|
|
|
|
- 9002:9000
|
|
|
|
@ -20,7 +20,7 @@ services:
|
|
|
|
|
ipv4_address: 172.172.0.101
|
|
|
|
|
#web site
|
|
|
|
|
website:
|
|
|
|
|
image: nginx:1.18
|
|
|
|
|
image: nginx:1.18.0
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
TZ: "Asia/Shanghai"
|
|
|
|
@ -37,7 +37,7 @@ services:
|
|
|
|
|
ipv4_address: 172.172.0.10
|
|
|
|
|
#gateway
|
|
|
|
|
gateway:
|
|
|
|
|
image: nginx:1.18
|
|
|
|
|
image: nginx:1.18.0
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
TZ: "Asia/Shanghai"
|
|
|
|
@ -51,7 +51,7 @@ services:
|
|
|
|
|
ipv4_address: 172.172.0.12
|
|
|
|
|
#file server
|
|
|
|
|
minio:
|
|
|
|
|
image: minio/minio:RELEASE.2020-05-29T14-08-49Z
|
|
|
|
|
image: minio/minio:RELEASE.2020-08-08T04-50-06Z
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
MINIO_ACCESS_KEY: "admin"
|
|
|
|
@ -66,7 +66,7 @@ services:
|
|
|
|
|
ipv4_address: 172.172.0.20
|
|
|
|
|
#database server
|
|
|
|
|
mysql:
|
|
|
|
|
image: mysql:8.0
|
|
|
|
|
image: mysql:8.0.21
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
- MYSQL_ROOT_PASSWORD=root
|
|
|
|
@ -86,7 +86,7 @@ services:
|
|
|
|
|
ipv4_address: 172.172.0.30
|
|
|
|
|
#mysql web manager
|
|
|
|
|
phpmyadmin:
|
|
|
|
|
image: phpmyadmin/phpmyadmin
|
|
|
|
|
image: phpmyadmin/phpmyadmin:latest
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
- PMA_HOST=mysql
|
|
|
|
@ -97,7 +97,7 @@ services:
|
|
|
|
|
default:
|
|
|
|
|
ipv4_address: 172.172.0.102
|
|
|
|
|
influxdb:
|
|
|
|
|
image: influxdb:1.8
|
|
|
|
|
image: influxdb:1.8.1
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
TZ: "Asia/Shanghai"
|
|
|
|
@ -127,7 +127,7 @@ services:
|
|
|
|
|
ipv4_address: 172.172.0.104
|
|
|
|
|
#cache server
|
|
|
|
|
redis:
|
|
|
|
|
image: redis:6.0
|
|
|
|
|
image: redis:6.0.6
|
|
|
|
|
restart: always
|
|
|
|
|
ports:
|
|
|
|
|
- 6379:6379
|
|
|
|
@ -153,7 +153,7 @@ services:
|
|
|
|
|
ipv4_address: 172.172.0.103
|
|
|
|
|
#streaming server
|
|
|
|
|
srs:
|
|
|
|
|
image: ossrs/srs:3
|
|
|
|
|
image: ossrs/srs:v3.0-r0
|
|
|
|
|
environment:
|
|
|
|
|
TZ: "Asia/Shanghai"
|
|
|
|
|
restart: always
|
|
|
|
|