ToolJet/deploy/docker/docker-compose.yaml
Akshay ec5300ceec
Chore: Docker compose docs revision (#5078)
* update docker-compose deploy docs for v2

* update doc tabs
2022-12-30 16:31:38 +05:30

23 lines
461 B
YAML

version: '3'
services:
tooljet:
tty: true
stdin_open: true
image: tooljet/tooljet-ce:latest
restart: always
env_file: .env
ports:
- 80:80
environment:
SERVE_CLIENT: "true"
PORT: "80"
command: npm run start:prod
# Uncomment if ENABLE_TOOLJET_DB=true
# postgrest:
# image: postgrest/postgrest:v10.1.1.20221215
# restart: always
# env_file: .env
# environment:
# - PGRST_SERVER_PORT=80