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