Skip to content

Commit 95c4536

Browse files
hardillbppawlowski
andauthored
Apply suggestions from code review
Co-authored-by: Piotr Pawlowski <ppawlowski@users.noreply.github.com>
1 parent 5b8187f commit 95c4536

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ configs:
410410
emqx-api:
411411
content: |
412412
flowfuse:verySecret:administrator
413-
npm:
413+
npm-registry-config:
414414
content: |
415415
storage: /verdaccio/storage
416416
web:
@@ -573,19 +573,19 @@ services:
573573
profiles:
574574
- autotls
575575

576-
npm:
577-
image: "flowfuse-npm-registry"
576+
npm-registry:
577+
image: "flowfuse/npm-registry:0.0.1"
578578
networks:
579579
- flowforge
580580
restart: always
581581
environment:
582582
- "VIRTUAL_HOST=npm.${DOMAIN:?error}"
583583
- "VIRTUAL_PORT=4873"
584584
configs:
585-
- source: npm
585+
- source: npm-registry-config
586586
target: /verdaccio/conf/config.yaml
587587
volumes:
588-
- "npm:/verdaccio/storage"
588+
- "npm-registry:/verdaccio/storage"
589589
depends_on:
590590
- nginx
591591

@@ -600,4 +600,4 @@ volumes:
600600
fileStorage:
601601
acme:
602602
emqx:
603-
npm:
603+
npm-registry:

0 commit comments

Comments
 (0)