feat: drone.ci
This commit is contained in:
parent
cb37303e82
commit
0566389f87
|
@ -21,6 +21,8 @@ services:
|
|||
container_name: backset-mysql
|
||||
ports:
|
||||
- 46033:3306
|
||||
expose:
|
||||
- 46033
|
||||
environment:
|
||||
- "MYSQL_DATABASE=backset"
|
||||
- "MYSQL_USER=backset"
|
||||
|
@ -42,7 +44,9 @@ services:
|
|||
container_name: backset-redis
|
||||
restart: always
|
||||
ports:
|
||||
- 26379:26379
|
||||
- 26379:6379
|
||||
expose:
|
||||
- 26379
|
||||
volumes:
|
||||
- /www/wwwroot/redis/conf:/etc/redis/redis.conf
|
||||
- /www/wwwroot/redis/data:/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user