mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove gitpod yml
This commit is contained in:
parent
94883e2fad
commit
52ce8cc4f2
10
.gitpod.yml
10
.gitpod.yml
|
@ -1,10 +0,0 @@
|
|||
tasks:
|
||||
- init: go mod tidy
|
||||
- name: redis
|
||||
command: docker run -p 6379:6379 redis:6.2.6
|
||||
- name: arangodb
|
||||
command: docker run -p 8529:8529 -e ARANGO_ROOT_PASSWORD=test arangodb/arangodb:3.9.0
|
||||
- name: postgresql
|
||||
command: docker run -p 5432:5432 -e POSTGRES_PASSWORD=test postgres:14.2
|
||||
- name: cassandra
|
||||
command: docker run -p 7000:7000 cassandra:4.0.3
|
Loading…
Reference in a new issue