mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
12 lines
186 B
YAML
12 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"
|