summaryrefslogtreecommitdiff
path: root/vendor/github.com/goccy/go-json/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/goccy/go-json/docker-compose.yml')
-rw-r--r--vendor/github.com/goccy/go-json/docker-compose.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/goccy/go-json/docker-compose.yml b/vendor/github.com/goccy/go-json/docker-compose.yml
new file mode 100644
index 000000000..db40c79ad
--- /dev/null
+++ b/vendor/github.com/goccy/go-json/docker-compose.yml
@@ -0,0 +1,13 @@
+version: '2'
+services:
+ go-json:
+ image: golang:1.18
+ volumes:
+ - '.:/go/src/go-json'
+ deploy:
+ resources:
+ limits:
+ memory: 620M
+ working_dir: /go/src/go-json
+ command: |
+ sh -c "go test -c . && ls go-json.test"