mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
15 lines
269 B
YAML
15 lines
269 B
YAML
|
version: '3.7'
|
||
|
|
||
|
services:
|
||
|
web:
|
||
|
build: .
|
||
|
container_name: web_flask_opaque
|
||
|
image: gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/opaque
|
||
|
volumes:
|
||
|
- .:/opaque
|
||
|
env_file:
|
||
|
- .env
|
||
|
ports:
|
||
|
- 5000:5000
|
||
|
command: bash flask-entrypoint.sh
|