Change container name to dbstore
This commit is contained in:
committed by
=Michael Hohn
parent
bbb54caaf3
commit
7347779072
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,7 +8,7 @@ cmd/server/var/
|
|||||||
cmd/server/server
|
cmd/server/server
|
||||||
|
|
||||||
# host storage for container
|
# host storage for container
|
||||||
minio-data/
|
dbstore-data/
|
||||||
postgres-data/
|
postgres-data/
|
||||||
|
|
||||||
# Scratch space
|
# Scratch space
|
||||||
|
|||||||
@@ -50,9 +50,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
minio:
|
dbstore:
|
||||||
image: minio/minio:RELEASE.2024-06-11T03-13-30Z
|
image: minio/minio:RELEASE.2024-06-11T03-13-30Z
|
||||||
container_name: minio
|
container_name: dbstore
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
- "9001:9001"
|
- "9001:9001"
|
||||||
@@ -62,7 +62,7 @@ services:
|
|||||||
|
|
||||||
command: server /data --console-address ":9001"
|
command: server /data --console-address ":9001"
|
||||||
volumes:
|
volumes:
|
||||||
- ./minio-data:/data
|
- ./dbstore-data:/data
|
||||||
|
|
||||||
# Remove named volumes to use bind mounts
|
# Remove named volumes to use bind mounts
|
||||||
# volumes:
|
# volumes:
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ mc cp cmd/server/codeql/dbs/google/flatbuffers/google_flatbuffers_db.zip \
|
|||||||
$MINIO_ALIAS/$BUCKET_NAME
|
$MINIO_ALIAS/$BUCKET_NAME
|
||||||
|
|
||||||
# Check new diskuse
|
# Check new diskuse
|
||||||
du -k minio-data
|
du -k dbstore-data
|
||||||
|
|||||||
Reference in New Issue
Block a user