mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
485a0155c6
- breadcrumbs (!flask-breadcrumbs) - manual modal button - api blueprint (!flask-marshmallow/!marshmallow-sqlalchemy)
17 lines
516 B
YAML
17 lines
516 B
YAML
services:
|
|
nopaque:
|
|
environment:
|
|
- FLASK_DEBUG=True
|
|
ports:
|
|
- "5000:5000"
|
|
volumes:
|
|
# Mount code as volumes
|
|
- "./app:/home/nopaque/app"
|
|
- "./boot.sh:/home/nopaque/boot.sh"
|
|
- "./config.py:/home/nopaque/config.py"
|
|
- "./docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
|
|
- "./migrations:/home/nopaque/migrations"
|
|
- "./requirements.txt:/home/nopaque/requirements.txt"
|
|
- "./tests:/home/nopaque/tests"
|
|
- "./wsgi.py:/home/nopaque/wsgi.py"
|