feat: drone.ci
This commit is contained in:
parent
4da8db7190
commit
215d40ac9d
|
@ -6,7 +6,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: backset-mysql
|
container_name: backset-mysql
|
||||||
ports:
|
ports:
|
||||||
- 3307:3307
|
- "3307:3307"
|
||||||
expose:
|
expose:
|
||||||
- 3307
|
- 3307
|
||||||
environment:
|
environment:
|
||||||
|
@ -27,7 +27,7 @@ services:
|
||||||
container_name: backset-redis
|
container_name: backset-redis
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 26379:26379
|
- "26379:26379"
|
||||||
expose:
|
expose:
|
||||||
- 26379
|
- 26379
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user