remove gitpod yml

This commit is contained in:
elee 2022-03-17 14:06:11 -05:00
parent 94883e2fad
commit 52ce8cc4f2

View file

@ -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