Set a pinner version.

This commit is contained in:
Ivaylo Novakov 2022-05-24 11:04:39 +02:00
parent 8d74c86254
commit 0bcdf36f27
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 3 additions and 1 deletions

View File

@ -10,12 +10,14 @@ services:
pinner:
# uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/pinner.git#main
image: skynetlabs/pinner
image: skynetlabs/pinner:0.1.0
container_name: pinner
restart: unless-stopped
logging: *default-logging
env_file:
- .env
environment:
- PINNER_LOG_LEVEL=${PINNER_LOG_LEVEL:-trace}
expose:
- 4000
networks: