Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 474 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 474 Bytes

Photo lib

Photo lib share

Demo

Install

Clone repo:

git clone https://github.com/skrylnikov/photo-lib.git
cd photo-lib

Create config file:

nano share.prod.yml
services:
  share-api:
    environment:
      - TG_BOT_TOKEN=<telegram bot token>
    volumes:
      - <path to folder or volume name>:/mnt/images:rw

Up containers:

docker compose -f share.yml -f share.prod.yml up --build -d