mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add YugabyteDB CI testing. (#141)
This commit is contained in:
parent
bf58a22fe9
commit
42b3e6dab5
4 changed files with 60 additions and 0 deletions
|
@ -6,6 +6,8 @@ services:
|
|||
- "127.0.0.1:8080:8080"
|
||||
volumes:
|
||||
- ./config.cockroachdb.properties:/app/config.properties
|
||||
depends_on:
|
||||
- cockroachdb
|
||||
cockroachdb:
|
||||
image: cockroachdb/cockroach:latest-v21.2
|
||||
command: start-single-node --insecure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue