Skip to content

Commit f9a1e4a

Browse files
authored
Merge pull request #18181 from github/repo-sync
repo sync
2 parents d7e8f55 + c6ff983 commit f9a1e4a

File tree

4 files changed

+1
-706
lines changed

4 files changed

+1
-706
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
babelOptions: { configFile: './.babelrc' },
1414
sourceType: 'module',
1515
},
16-
ignorePatterns: ['tmp/*', '!/.*', '/.next/', 'script/bookmarklets/*', 'lib/sigsci.js'],
16+
ignorePatterns: ['tmp/*', '!/.*', '/.next/', 'script/bookmarklets/*'],
1717
rules: {
1818
'import/no-extraneous-dependencies': ['error', { packageDir: '.' }],
1919
},

docker-compose.prod.tmpl.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
HEROKU_PRODUCTION_APP: true
2020
PORT: 4000
2121
DD_AGENT_HOST: datadog-agent
22-
SIGSCI_RPC_ADDRESS: sigsci-agent:8000
2322
depends_on:
2423
- datadog-agent
2524
restart: always
@@ -32,12 +31,3 @@ services:
3231
DD_API_KEY: ${DD_API_KEY}
3332
DD_AGENT_HOST: datadog-agent
3433
DD_HISTOGRAM_PERCENTILES: 0.99 0.95 0.50
35-
36-
sigsci-agent:
37-
image: signalsciences/sigsci-agent
38-
ports:
39-
- '8000:8000'
40-
environment:
41-
SIGSCI_RPC_ADDRESS: 0.0.0.0:8000
42-
SIGSCI_ACCESSKEY: ${SIGSCI_ACCESSKEYID}
43-
SIGSCI_SECRETACCESSKEY: ${SIGSCI_SECRETACCESSKEY}

0 commit comments

Comments
 (0)