mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* 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
11 lines
186 B
YAML
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"
|