feat: drone.ci
This commit is contained in:
parent
7893c2cd01
commit
57d4963b59
|
@ -22,6 +22,8 @@ services:
|
|||
container_name: backset-mysql
|
||||
ports:
|
||||
- 46033:3306
|
||||
expose:
|
||||
- 3306
|
||||
environment:
|
||||
- "MYSQL_DATABASE=backset"
|
||||
- "MYSQL_USER=backset"
|
||||
|
@ -45,6 +47,8 @@ services:
|
|||
restart: always
|
||||
ports:
|
||||
- 46379:6379
|
||||
expose:
|
||||
- 6379
|
||||
volumes:
|
||||
- /www/wwwroot/redis/conf:/etc/redis/redis.conf
|
||||
- /www/wwwroot/redis/data:/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user