2
0

Update compose file

This commit is contained in:
Jason Smith
2022-05-30 05:49:18 -04:00
committed by Baptiste Arnaud
parent a04a11ae02
commit 2bdc1ce056

View File

@ -10,13 +10,9 @@ services:
- POSTGRES_PASSWORD=typebot - POSTGRES_PASSWORD=typebot
typebot-builder: typebot-builder:
image: baptistearno/typebot-builder:latest image: baptistearno/typebot-builder:latest
build:
context: .
args:
- SCOPE=builder
restart: always restart: always
depends_on: depends_on:
- db - typebot-db
ports: ports:
- '8080:3000' - '8080:3000'
extra_hosts: extra_hosts: