add secrets info

This commit is contained in:
Christian Galo 2023-08-14 07:26:35 +00:00
parent 5aea354ac4
commit 7bed258294
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ Set the environment variables from the .env file during the shell session.
set -a && source .env && set +a
```
Set the secrets.
```
printf "SECRET_HERE" | docker secret create SECRET_NAME -
```
Deploy using the `-c` flag to specify multiple compose files.
```