updated chat2db app
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user