We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb350a6 commit 57b4df6Copy full SHA for 57b4df6
2 files changed
tofu/config/development/infra/apps/df-all-screens-scrape.yaml
@@ -0,0 +1,15 @@
1
+title: Direct File Screen Scrapes
2
+name: df-all-screens-scrape
3
+name_short: df-scrape
4
+program: tax-benefits
5
+repo: codeforamerica/df-all-screens-scrape
6
+internal: true
7
+subdomain: tax
8
+services:
9
+ web:
10
+ health_check_path: /
11
+ expose: 9292
12
+ public: true
13
+ subdomain: scrapes
14
+ ports:
15
+ - 9292
tofu/config/development/infra/local.tf
@@ -1,5 +1,6 @@
locals {
apps = {
dc-sebt-portal : yamldecode(file("${path.module}/apps/dc-sebt-portal.yaml"))
+ df-all-screen-scrapes : yamldecode(file("${path.module}/apps/df-all-screens-scrape.yaml"))
}
0 commit comments