No known key found for this signature in database
GPG Key ID: EBA7BD5CB8B7CB94
1 changed files with
0 additions and
4 deletions
-
waypoint.hcl
|
|
@ -46,10 +46,6 @@ app "page-recorder" { |
|
|
|
"REDIS_PASSWORD": var.redis_password |
|
|
|
} |
|
|
|
|
|
|
|
binds = [ |
|
|
|
"/mnt/volume_sgp1_01/${var.name}/static:/app/static" |
|
|
|
] |
|
|
|
|
|
|
|
labels = { |
|
|
|
"traefik.http.routers.${var.name}.rule" = "Host(`${var.host}`, `${var.name}.waypoint.smaug.dev`)" |
|
|
|
"traefik.http.routers.${var.name}.entrypoints" = "websecure" |
|
|
|