|
|
|
@ -3,7 +3,8 @@
|
|
|
|
- python 3.7
|
|
|
|
- python 3.7
|
|
|
|
- postgresql 12
|
|
|
|
- postgresql 12
|
|
|
|
|
|
|
|
|
|
|
|
# Prepair
|
|
|
|
# Prepare
|
|
|
|
|
|
|
|
`mkdir ./previews`
|
|
|
|
`docker volume create --name=caddy_data`
|
|
|
|
`docker volume create --name=caddy_data`
|
|
|
|
|
|
|
|
|
|
|
|
# Known restrictions
|
|
|
|
# Known restrictions
|
|
|
|
@ -11,5 +12,6 @@
|
|
|
|
- `SQALCHEMY_DATABASE_URL` in *database.py* and `sqlalchemy.url` in *alembic.ini* **must** be kept in sync
|
|
|
|
- `SQALCHEMY_DATABASE_URL` in *database.py* and `sqlalchemy.url` in *alembic.ini* **must** be kept in sync
|
|
|
|
- martin requires a restart after the very first data is uploaded into an empty database
|
|
|
|
- martin requires a restart after the very first data is uploaded into an empty database
|
|
|
|
`docker-compose --file docker/docker-compose.yml restart martin`
|
|
|
|
`docker-compose --file docker/docker-compose.yml restart martin`
|
|
|
|
|
|
|
|
- *./previews* directory file structure **must** correspond to item *fadr/internal_id*
|
|
|
|
|
|
|
|
|
|
|
|
# Known issues
|
|
|
|
# Known issues
|
|
|
|
|