anpassen der composefiles
This commit is contained in:
@ -1,32 +1,36 @@
|
||||
version: '3.3'
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
|
||||
services:
|
||||
typebot-db:
|
||||
BLS-bot_db:
|
||||
container_name: BLS-bot_db
|
||||
image: postgres:14-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
- /Users/Docker/bot/datenbank:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_DB=typebot
|
||||
- POSTGRES_PASSWORD=typebot
|
||||
- POSTGRES_USER=bot
|
||||
- POSTGRES_DB=bot
|
||||
- POSTGRES_PASSWORD=dujzuc-fuznew
|
||||
ports:
|
||||
- 5050:5432
|
||||
|
||||
typebot-builder:
|
||||
BLS-bot_builder:
|
||||
container_name: BLS-bot_builder
|
||||
image: baptistearno/typebot-builder:latest
|
||||
restart: always
|
||||
depends_on:
|
||||
- typebot-db
|
||||
- BLS-bot_db
|
||||
ports:
|
||||
- '8080:3000'
|
||||
- 5055:3000
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
env_file: .env
|
||||
|
||||
typebot-viewer:
|
||||
BLS-bot_viewer:
|
||||
container_name: BLS-bot_viewer
|
||||
image: baptistearno/typebot-viewer:latest
|
||||
restart: always
|
||||
ports:
|
||||
- '8081:3000'
|
||||
env_file: .env
|
||||
- 5555:3000
|
||||
env_file: .env
|
Reference in New Issue
Block a user