Add directive to build via compose
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
secrets:
|
||||||
|
- FLUXON_KEY_FINGERPRINT
|
||||||
|
- FLUXON_LICENSE_KEY
|
||||||
image: fullyforged/music_library:latest
|
image: fullyforged/music_library:latest
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
@@ -28,3 +33,8 @@ services:
|
|||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
secrets:
|
||||||
|
FLUXON_KEY_FINGERPRINT:
|
||||||
|
environment: FLUXON_KEY_FINGERPRINT
|
||||||
|
FLUXON_LICENSE_KEY:
|
||||||
|
environment: FLUXON_LICENSE_KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user