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-size: "200m"
max-file: "10" max-file: "10"
chat2db: bytebase:
image: chat2db/chat2db:latest image: bytebase/bytebase:latest
container_name: chat2db
ports: ports:
- "8001:10824" - "8001:8080"
networks: networks:
- postgres_network - postgres_network
volumes: volumes:
- chat2db_data:/root/.chat2db - bytebase_data:/var/opt/bytebase
restart: unless-stopped restart: unless-stopped
tty: true
volumes: volumes:
chat2db_data: bytebase_data:
postgres_data: # Persistent volume for database files postgres_data: # Persistent volume for database files
driver: local driver: local