updated chat2db app
This commit is contained in:
parent
2ec4ac075c
commit
b87bdd79eb
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue