using tsl0922/ssdb as test image
This commit is contained in:
parent
fac100ff37
commit
dc77027b80
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -40,9 +40,11 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 11211:11211
|
- 11211:11211
|
||||||
ssdb:
|
ssdb:
|
||||||
image: wendal/ssdb:latest
|
image: tsl0922/ssdb
|
||||||
|
env:
|
||||||
|
SSDB_PORT: 8888
|
||||||
ports:
|
ports:
|
||||||
- 8888:8888
|
- "8888:8888"
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
container_name: "beego-redis"
|
container_name: "beego-redis"
|
||||||
@ -28,7 +27,9 @@ services:
|
|||||||
- ALLOW_EMPTY_PASSWORD=yes
|
- ALLOW_EMPTY_PASSWORD=yes
|
||||||
ssdb:
|
ssdb:
|
||||||
container_name: "beego-ssdb"
|
container_name: "beego-ssdb"
|
||||||
image: wendal/ssdb
|
image: tsl0922/ssdb
|
||||||
|
environment:
|
||||||
|
- SSDB_PORT=8888
|
||||||
ports:
|
ports:
|
||||||
- "8888:8888"
|
- "8888:8888"
|
||||||
memcache:
|
memcache:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user