bytebase added

This commit is contained in:
Berkay 2025-05-06 19:03:33 +03:00
parent 64334ac152
commit 226e592111
1 changed files with 6 additions and 8 deletions

View File

@ -42,20 +42,18 @@ services:
max-size: "200m"
max-file: "10"
chat2db:
image: chat2db/chat2db:latest
container_name: chat2db
bytebase:
image: bytebase/bytebase:latest
ports:
- "8001:10824"
- "8001:8080"
networks:
- postgres_network
volumes:
- chat2db_data:/root/.chat2db
- bytebase_data:/var/opt/bytebase
restart: unless-stopped
tty: true
volumes:
chat2db_data:
bytebase_data:
postgres_data: # Persistent volume for database files
driver: local