diff --git a/changelog/items/key-updates/pinner.md b/changelog/items/key-updates/pinner.md new file mode 100644 index 00000000..19e15ddb --- /dev/null +++ b/changelog/items/key-updates/pinner.md @@ -0,0 +1 @@ +- Add Pinner service to the portal stack. Activate it by selecting the 'p' module. diff --git a/docker-compose.pinner.yml b/docker-compose.pinner.yml index 05427426..50066ebc 100644 --- a/docker-compose.pinner.yml +++ b/docker-compose.pinner.yml @@ -9,8 +9,8 @@ x-logging: &default-logging services: health-check: environment: - - BLOCKER_HOST=10.10.10.110 - - BLOCKER_PORT=4000 + - PINNER_HOST=10.10.10.130 + - PINNER_PORT=4000 blocker: # uncomment "build" and comment out "image" to build from sources