ToolJet/deploy/docker/docker-compose.yaml

16 lines
263 B
YAML
Raw Normal View History

version: '3'
services:
server:
tty: true
stdin_open: true
image: tooljet/tooljet-ce:latest
restart: always
2022-03-04 02:30:47 +00:00
env_file: .env
ports:
- 80:80
environment:
SERVE_CLIENT: "true"
PORT: "80"
command: npm run start:prod