mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-14 02:31:58 +00:00
Dockerize opaque flask app with docker-compose – first step
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user