Skip to content

Commit 67f8aa8

Browse files
committed
Add nginx app volume (for static data)
1 parent cf7b257 commit 67f8aa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.tf

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ locals {
3838
{
3939
sourceVolume = "nginx-templates",
4040
containerPath = "/etc/nginx/templates/"
41+
},
42+
{
43+
sourceVolume = "nginx-app",
44+
containerPath = "/app/"
4145
}
4246
] : []
4347

0 commit comments

Comments
 (0)