feat: drone.ci
This commit is contained in:
parent
70b60e35f8
commit
7d26835299
|
@ -10,7 +10,7 @@ export default (appInfo: MidwayAppInfo): MidwayConfig => {
|
|||
*/
|
||||
type: 'mysql',
|
||||
host: '172.16.238.33',
|
||||
port: 43306,
|
||||
port: 3306,
|
||||
username: 'backset',
|
||||
password: 'backset',
|
||||
database: 'backset',
|
||||
|
@ -26,7 +26,7 @@ export default (appInfo: MidwayAppInfo): MidwayConfig => {
|
|||
redis: {
|
||||
client: {
|
||||
host: '172.16.238.44', // Redis host
|
||||
port: 46379, // Redis port
|
||||
port: 6379, // Redis port
|
||||
password: 'cr654654.',
|
||||
db: 0,
|
||||
},
|
||||
|
|
|
@ -22,8 +22,6 @@ services:
|
|||
container_name: backset-mysql
|
||||
ports:
|
||||
- 46033:3306
|
||||
expose:
|
||||
- 46033
|
||||
environment:
|
||||
- "MYSQL_DATABASE=backset"
|
||||
- "MYSQL_USER=backset"
|
||||
|
@ -47,8 +45,6 @@ services:
|
|||
restart: always
|
||||
ports:
|
||||
- 46379:6379
|
||||
expose:
|
||||
- 46379
|
||||
volumes:
|
||||
- /www/wwwroot/redis/conf:/etc/redis/redis.conf
|
||||
- /www/wwwroot/redis/data:/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user