Fix the service name.
This commit is contained in:
parent
0128b492bc
commit
8d74c86254
|
@ -7,12 +7,7 @@ x-logging: &default-logging
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
health-check:
|
pinner:
|
||||||
environment:
|
|
||||||
- PINNER_HOST=10.10.10.130
|
|
||||||
- PINNER_PORT=4000
|
|
||||||
|
|
||||||
blocker:
|
|
||||||
# uncomment "build" and comment out "image" to build from sources
|
# uncomment "build" and comment out "image" to build from sources
|
||||||
# build: https://github.com/SkynetLabs/pinner.git#main
|
# build: https://github.com/SkynetLabs/pinner.git#main
|
||||||
image: skynetlabs/pinner
|
image: skynetlabs/pinner
|
||||||
|
|
Reference in New Issue