version: "3" services: tooljet: tty: true stdin_open: true container_name: Tooljet-app 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 restart: always env_file: .env environment: - PGRST_SERVER_PORT=80