This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
imagerepo/docker-compose.yml
T

10 lines
311 B
YAML

services:
web:
build: .
ports:
- "5000:5000"
volumes:
- ./imagerepo/db/:/db # SQLite db storage
- ./imagerepo/images:/images # where the app will store it's imported images
- ./import:/import # where it will import images from
- ./migrations:/app/migrations # for dev