Update compose file
This commit is contained in:
committed by
Baptiste Arnaud
parent
a04a11ae02
commit
2bdc1ce056
@ -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:
|
||||||
|
Reference in New Issue
Block a user