From 0480b9b5cd7d3c6268f4c842517c10ba16ecb407 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 25 Aug 2025 20:21:24 +0300 Subject: [PATCH] Add directive to build via compose --- compose.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/compose.yaml b/compose.yaml index 6856e4e1..0459695d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,10 @@ services: web: + build: + context: . + secrets: + - FLUXON_KEY_FINGERPRINT + - FLUXON_LICENSE_KEY image: fullyforged/music_library:latest ports: - 8080 @@ -28,3 +33,8 @@ services: interval: 10s timeout: 20s retries: 10 +secrets: + FLUXON_KEY_FINGERPRINT: + environment: FLUXON_KEY_FINGERPRINT + FLUXON_LICENSE_KEY: + environment: FLUXON_LICENSE_KEY