mirror of
https://github.com/balena-io/open-balena.git
synced 2025-02-01 08:48:26 +00:00
compose/services.yml: updated volume save data and storage s3.
This commit is contained in:
parent
ea07d43c5c
commit
299e3e31a8
@ -115,7 +115,7 @@ services:
|
||||
service: system
|
||||
image: balena/open-balena-db:${OPENBALENA_DB_VERSION_TAG}
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
- /home/balena/data/open-db:/var/lib/postgresql/data
|
||||
|
||||
s3:
|
||||
extends:
|
||||
@ -123,7 +123,7 @@ services:
|
||||
service: component
|
||||
image: balena/open-balena-s3:${OPENBALENA_S3_VERSION_TAG}
|
||||
volumes:
|
||||
- s3:/export
|
||||
- /home/balena/data/open-s3:/export
|
||||
environment:
|
||||
S3_MINIO_ACCESS_KEY: ${OPENBALENA_S3_ACCESS_KEY}
|
||||
S3_MINIO_SECRET_KEY: ${OPENBALENA_S3_SECRET_KEY}
|
||||
|
Loading…
x
Reference in New Issue
Block a user