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:
parent
4c1c0087c7
commit
7a8808df4f
7 changed files with 4242 additions and 13 deletions
|
@ -70,6 +70,10 @@ services:
|
|||
restart: unless-stopped
|
||||
```
|
||||
|
||||
##### Docker Secrets
|
||||
|
||||
All environment variables set can be overwritten by appending `_FILE` to the variable value.For example, you can use `PASSWORD_FILE` to pass through a docker secret instead of `PASSWORD`. If both `PASSWORD` and `PASSWORD_FILE` are set, the docker secret will take precedent. An example using docker secrets is available in [here](.docker/docker-compose.yml).
|
||||
|
||||
#### Skaffold
|
||||
|
||||
```sh
|
||||
|
@ -212,7 +216,7 @@ metadata:
|
|||
- Backup your `db.sqlite` before running script!
|
||||
- Known Issues:
|
||||
- generated icons are sometimes incorrect
|
||||
|
||||
|
||||
```bash
|
||||
pip3 install Pillow, beautifulsoup4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue