bytebase added
This commit is contained in:
parent
64334ac152
commit
226e592111
|
|
@ -42,20 +42,18 @@ services:
|
|||
max-size: "200m"
|
||||
max-file: "10"
|
||||
|
||||
chat2db:
|
||||
image: chat2db/chat2db:latest
|
||||
container_name: chat2db
|
||||
bytebase:
|
||||
image: bytebase/bytebase:latest
|
||||
ports:
|
||||
- "8001:10824"
|
||||
- "8001:8080"
|
||||
networks:
|
||||
- postgres_network
|
||||
volumes:
|
||||
- chat2db_data:/root/.chat2db
|
||||
- bytebase_data:/var/opt/bytebase
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
|
||||
volumes:
|
||||
chat2db_data:
|
||||
bytebase_data:
|
||||
postgres_data: # Persistent volume for database files
|
||||
driver: local
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue