mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
chore: add kingbase service
This commit is contained in:
parent
4bd9545f6a
commit
13e5d9395a
@ -24,6 +24,22 @@ services:
|
||||
- "${DB_MYSQL_PORT}:3306"
|
||||
networks:
|
||||
- nocobase
|
||||
kingbase:
|
||||
image: registry.cn-shanghai.aliyuncs.com/nocobase/kingbase:v009r001c001b0030_single_x86
|
||||
platform: linux/amd64
|
||||
restart: always
|
||||
privileged: true
|
||||
networks:
|
||||
- nocobase
|
||||
ports:
|
||||
- "${DB_KINGBASE_PORT}:54321"
|
||||
environment:
|
||||
ENABLE_CI: no
|
||||
DB_USER: ${DB_USER}
|
||||
DB_PASSWORD: ${DB_PASSWORD}
|
||||
DB_MODE: pg
|
||||
NEED_START: yes
|
||||
command: ["/usr/sbin/init"]
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
restart: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user