updated chat2db app
This commit is contained in:
parent
b87bdd79eb
commit
64334ac152
|
|
@ -42,18 +42,17 @@ services:
|
||||||
max-size: "200m"
|
max-size: "200m"
|
||||||
max-file: "10"
|
max-file: "10"
|
||||||
|
|
||||||
services:
|
chat2db:
|
||||||
chat2db:
|
image: chat2db/chat2db:latest
|
||||||
image: chat2db/chat2db:latest
|
container_name: chat2db
|
||||||
container_name: chat2db
|
ports:
|
||||||
ports:
|
- "8001:10824"
|
||||||
- "8001:10824"
|
networks:
|
||||||
networks:
|
- postgres_network
|
||||||
- postgres_network
|
volumes:
|
||||||
volumes:
|
- chat2db_data:/root/.chat2db
|
||||||
- chat2db_data:/root/.chat2db
|
restart: unless-stopped
|
||||||
restart: unless-stopped
|
tty: true
|
||||||
tty: true
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
chat2db_data:
|
chat2db_data:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue