updated chat2db app

This commit is contained in:
Berkay 2025-04-29 13:29:10 +03:00
parent 2ec4ac075c
commit b87bdd79eb
1 changed files with 14 additions and 0 deletions

View File

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