Skip to content

Commit 57b4df6

Browse files
authored
feat: Added df-all-screens-scrape application. (#11)
1 parent eb350a6 commit 57b4df6

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
locals {
22
apps = {
33
dc-sebt-portal : yamldecode(file("${path.module}/apps/dc-sebt-portal.yaml"))
4+
df-all-screen-scrapes : yamldecode(file("${path.module}/apps/df-all-screens-scrape.yaml"))
45
}
56
}

0 commit comments

Comments
 (0)