generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b465e6
commit d1a3c8e
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Usage | ||
|
||
This stack defines all the services for the JAMStack news apps. Name the stacks as per the environment ex: `prd-news`, etc. Set up the env values from the `.env` file withing the Portainer UI. | ||
This stack defines all the services for the JAMStack news apps. Name the stacks as per the environment ex: `prd-news`, etc. Set up the env values from the `.env.sample` file within the Portainer UI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## Usage | ||
|
||
This stack defines all the services for the housekeeping apps. See comments in the stack file for details. | ||
This stack defines all the services for the housekeeping apps. See comments in the stack file for details. Note that for credentials we use the host docker `config.json` file. This requires the update service to be running on the same host (typically the manager node). | ||
|
||
Also note that these credentials need to be updated if they expire. This file is located at `~/.docker/config.json`. |