Skip to content

Commit 1f45afd

Browse files
committed
use env vars for s3 creds
1 parent bbee549 commit 1f45afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hosting/docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ services:
4242
TRIGGER_BOOTSTRAP_WORKER_TOKEN_PATH: /home/node/shared/worker_token
4343
DEPLOY_REGISTRY_HOST: localhost:5000
4444
OBJECT_STORE_BASE_URL: http://minio:9000
45-
OBJECT_STORE_ACCESS_KEY_ID: BlJ2Hcd6Cgsz3ITBWy4p
46-
OBJECT_STORE_SECRET_ACCESS_KEY: RskeTL9VAQ7saSSI2hK1MUMaaAIavf7vyQyVPiDu
45+
OBJECT_STORE_ACCESS_KEY_ID: ${OBJECT_STORE_ACCESS_KEY_ID}
46+
OBJECT_STORE_SECRET_ACCESS_KEY: ${OBJECT_STORE_SECRET_ACCESS_KEY}
4747
GRACEFUL_SHUTDOWN_TIMEOUT: 1000
4848
# Limits
4949
# TASK_PAYLOAD_OFFLOAD_THRESHOLD: 524288 # 512KB

0 commit comments

Comments
 (0)