Add changelog.
This commit is contained in:
parent
77c09bf902
commit
0128b492bc
|
@ -0,0 +1 @@
|
||||||
|
- Add Pinner service to the portal stack. Activate it by selecting the 'p' module.
|
|
@ -9,8 +9,8 @@ x-logging: &default-logging
|
||||||
services:
|
services:
|
||||||
health-check:
|
health-check:
|
||||||
environment:
|
environment:
|
||||||
- BLOCKER_HOST=10.10.10.110
|
- PINNER_HOST=10.10.10.130
|
||||||
- BLOCKER_PORT=4000
|
- PINNER_PORT=4000
|
||||||
|
|
||||||
blocker:
|
blocker:
|
||||||
# uncomment "build" and comment out "image" to build from sources
|
# uncomment "build" and comment out "image" to build from sources
|
||||||
|
|
Reference in New Issue