This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/docker-compose.pinner.yml

32 lines
627 B
YAML
Raw Normal View History

2022-05-10 15:13:50 +00:00
version: "3.7"
x-logging: &default-logging
driver: json-file
options:
max-size: "10m"
max-file: "3"
services:
health-check:
environment:
2022-05-10 15:16:49 +00:00
- PINNER_HOST=10.10.10.130
- PINNER_PORT=4000
2022-05-10 15:13:50 +00:00
blocker:
# uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/pinner.git#main
image: skynetlabs/pinner
container_name: pinner
restart: unless-stopped
logging: *default-logging
env_file:
- .env
expose:
- 4000
networks:
shared:
ipv4_address: 10.10.10.130
depends_on:
- mongo
- sia