forked from lcmd-epfl/tools-cell2mol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
17 lines (17 loc) · 922 Bytes
/
docker-compose.yml
File metadata and controls
17 lines (17 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: '3'
services:
cell2mol:
volumes:
- "./compute/__init__.py:/home/app/code/webservice/compute/__init__.py:rw"
- "./compute/pages.py:/home/app/code/webservice/compute/pages.py:rw"
- "./compute/interface.py:/home/app/code/webservice/compute/interface.py:rw"
- "./user_templates/test.html:/home/app/code/webservice/templates/user_templates/test.html:rw"
- "./user_templates/c2m-analysis.html:/home/app/code/webservice/templates/user_templates/c2m-analysis.html:rw"
- "./user_templates/c2m-view.html:/home/app/code/webservice/templates/user_templates/c2m-view.html:rw"
- "./user_templates/C-rendering.j2:/home/app/code/webservice/templates/user_templates/C-rendering.j2:rw"
- "./user_templates/INST.j2:/home/app/code/webservice/templates/user_templates/INST.j2:rw"
build: .
ports:
- "8091:80"
container_name: cell2mol-instance
image: cell2mol