mirror of
https://github.com/suitenumerique/drive.git
synced 2026-04-25 17:15:19 +02:00
⬆️(ds-proxy) upgrade ds-proxy to version 2.0.0-alpha.4
To upgrade to the version 2.0.0-alpha.4, the salt is moved to the keyring
This commit is contained in:
25
compose.yaml
25
compose.yaml
@@ -82,7 +82,7 @@ services:
|
||||
- /app/.venv
|
||||
networks:
|
||||
- lasuite
|
||||
- default
|
||||
- default
|
||||
depends_on:
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
@@ -101,8 +101,27 @@ services:
|
||||
condition: service_healthy
|
||||
|
||||
ds-proxy:
|
||||
image: demarchenumerique/ds-proxy:v2.0.0-alpha.2
|
||||
command: ["proxy", "--address", "0.0.0.0:4444", "--password-file", "/etc/dsproxy/PASSWORD", "--salt", "12345678901234567890123456789012", "--keyring-file", "/etc/dsproxy/keyring.toml", "--upstream-url", "http://minio:9000", "--local-encryption-directory", "/var/tmp/local_encryption/", "--s3-access-key", "drive", "--s3-secret-key", "password", "--s3-region", "us-east-1"]
|
||||
image: demarchenumerique/ds-proxy:v2.0.0-alpha.4
|
||||
command:
|
||||
[
|
||||
"proxy",
|
||||
"--address",
|
||||
"0.0.0.0:4444",
|
||||
"--password-file",
|
||||
"/etc/dsproxy/PASSWORD",
|
||||
"--keyring-file",
|
||||
"/etc/dsproxy/keyring.toml",
|
||||
"--upstream-url",
|
||||
"http://minio:9000",
|
||||
"--local-encryption-directory",
|
||||
"/var/tmp/local_encryption/",
|
||||
"--s3-access-key",
|
||||
"drive",
|
||||
"--s3-secret-key",
|
||||
"password",
|
||||
"--s3-region",
|
||||
"us-east-1",
|
||||
]
|
||||
ports:
|
||||
- "4444:4444"
|
||||
environment:
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
salt = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
|
||||
|
||||
[keys]
|
||||
0 = "tC8AKtY34zcBArmuwcR8dakK6PhO67pv+5x3gQXG9dYQ+llXpsQZSOFIK8iPmwp3t/sLr8fqhNzNC6yiVObwY6fQDxDSDryD"
|
||||
0 = "tC8AKtY34zcBArmuwcR8dakK6PhO67pv+5x3gQXG9dYQ+llXpsQZSOFIK8iPmwp3t/sLr8fqhNzNC6yiVObwY6fQDxDSDryD"
|
||||
|
||||
Reference in New Issue
Block a user