ToolJet/deploy/docker/play-with-docker.yml
Akshay 56a6d6204e
Chore: Play with docker setup (#3291)
* add compose file for play with docker setup

* update readme for pwd deploy

* add deployment platform on compose file

* update readme

* fix pwd link

* remove volume usage

* update docs with try with tooljet page

* update try tooljet doc
2022-06-29 15:22:02 +05:30

11 lines
186 B
YAML

version: '3'
services:
tooljet:
tty: true
stdin_open: true
image: tooljet/try:latest
ports:
- 3000:3000
environment:
DEPLOYMENT_PLATFORM: "docker:pwd"