Skip to content

Commit

Permalink
Add nginx app volume (for static data)
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Oct 2, 2020
1 parent cf7b257 commit 67f8aa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ locals {
{
sourceVolume = "nginx-templates",
containerPath = "/etc/nginx/templates/"
},
{
sourceVolume = "nginx-app",
containerPath = "/app/"
}
] : []

Expand Down

0 comments on commit 67f8aa8

Please sign in to comment.