Skip to content

Commit f40c64c

Browse files
authored
Fix $ escaping and add LETSENCRYPT for npm registry (#296)
fixes #295
1 parent 39608ad commit f40c64c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ configs:
422422
adminSecret: ${NPM_PASSWORD:-secret}
423423
packages:
424424
'@*/*':
425-
access: $authenticated
425+
access: $$authenticated
426426
log: { type: stdout, format: pretty, level: http }
427427
428428
services:
@@ -581,6 +581,7 @@ services:
581581
environment:
582582
- "VIRTUAL_HOST=npm.${DOMAIN:?error}"
583583
- "VIRTUAL_PORT=4873"
584+
- "LETSENCRYPT_HOST=npm.${DOMAIN}"
584585
configs:
585586
- source: npm-registry-config
586587
target: /verdaccio/conf/config.yaml

0 commit comments

Comments
 (0)