mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-27 20:59:42 +08:00
a
This commit is contained in:
parent
2aa9d9f84a
commit
68cf6a9229
10
.gitpod.yml
Normal file
10
.gitpod.yml
Normal file
@ -0,0 +1,10 @@
|
||||
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 New Issue
Block a user