feat: drone.ci
This commit is contained in:
parent
892039e622
commit
4da8db7190
|
@ -7,6 +7,8 @@ services:
|
|||
container_name: backset-mysql
|
||||
ports:
|
||||
- 3307:3307
|
||||
expose:
|
||||
- 3307
|
||||
environment:
|
||||
- "MYSQL_DATABASE=backset"
|
||||
- "MYSQL_USER=backset"
|
||||
|
@ -26,6 +28,8 @@ services:
|
|||
restart: always
|
||||
ports:
|
||||
- 26379:26379
|
||||
expose:
|
||||
- 26379
|
||||
volumes:
|
||||
- /www/wwwroot/redis/conf:/etc/redis/redis.conf
|
||||
- /www/wwwroot/redis/data:/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user