v3.5.0 docker

This commit is contained in:
MaxKey
2022-05-06 17:41:04 +08:00
parent 08dbe02dc3
commit 737e8edc07
14 changed files with 359 additions and 2 deletions

View File

@@ -16,6 +16,13 @@ services:
restart: always
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
maxkey-frontend:
image: maxkey:maxkey-frontend
container_name: maxkey-frontend
build: ./docker-maxkey-frontend
ports:
- "8527:8527"
maxkey:
image: maxkey:maxkey
container_name: maxkey
@@ -27,7 +34,7 @@ services:
- DATABASE_USER:root
- DATABASE_PWD:maxkey
ports:
- "443:443"
- "9527:9527"
maxkey-mgt:
image: maxkey:maxkey-mgt
@@ -40,4 +47,18 @@ services:
- DATABASE_USER:root
- DATABASE_PWD:maxkey
ports:
- "9527:9527"
- "9526:9526"
maxkey-mgt-frontend:
image: maxkey:maxkey-mgt-frontend
container_name: maxkey-mgt-frontend
build: ./docker-maxkey-mgt-frontend
ports:
- "8526:8526"
maxkey-nginx:
image: maxkey:maxkey-nginx
container_name: nginx
build: ./docker-nginx
ports:
- "80:80"