bytebase added
This commit is contained in:
parent
64334ac152
commit
226e592111
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue