add secrets info

This commit is contained in:
Christian Galo 2023-08-14 07:26:35 +00:00
parent 5aea354ac4
commit 7bed258294

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 -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. Deploy using the `-c` flag to specify multiple compose files.
``` ```