Clone repo:
git clone https://github.com/skrylnikov/photo-lib.git
cd photo-libCreate config file:
nano share.prod.ymlservices:
share-api:
environment:
- TG_BOT_TOKEN=<telegram bot token>
volumes:
- <path to folder or volume name>:/mnt/images:rwUp containers:
docker compose -f share.yml -f share.prod.yml up --build -d