1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00

added integration for docker secrets

This commit is contained in:
Abbie Wade 2021-11-20 10:54:34 +11:00
parent 4c1c0087c7
commit 7a8808df4f
7 changed files with 4242 additions and 13 deletions

View file

@ -1,4 +1,9 @@
version: '3'
version: "3"
secrets:
password:
file: ./secrets/password
services:
flame:
image: pawelmalak/flame
@ -7,6 +12,8 @@ services:
- /path/to/data:/app/data
ports:
- 5005:5005
secrets:
- password
environment:
- PASSWORD=flame_password
- PASSWORD_FILE=/run/secrets/password
restart: unless-stopped

1
.docker/secrets/password Normal file
View file

@ -0,0 +1 @@
flame_docker_secret_password