-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
48 lines (45 loc) · 1.14 KB
/
docker-compose.yml
File metadata and controls
48 lines (45 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
version: "3.1"
services:
mongodb:
container_name: mongoDB
image: mongo:latest
restart: always
volumes:
# - ./db/study1:/data/db
- ./db/surveyDBData:/data/db
environment:
- MONGO_INITDB_DATABASE=Survey
ports:
- 27017:27017
# api:
# container_name: lta-api
# image: jgranq/lta-api:latest
# depends_on:
# - 'mongodb'
# restart: always
# ports:
# - 9001:9001
# webapp:
# container_name: lta-webapp
# image: jgranq/lta-webapp:latest
# depends_on:
# - 'api'
# restart: always
# volumes:
# - ./cert:/etc/ssl
# ports:
# - 80:80
# - 443:443
# old
# rproxy:
# container_name: rproxy
# image: nginx
# depends_on:
# # - 'api'
# - 'webadmin'
# ports:
# - 80:80
# - 443:443
# volumes:
# - ./reverse_proxy/nginx.conf:/etc/nginx/nginx.conf
# # - ./nginx-config-reverseproxy/default.confusions:/etc/nginx/nginx.conf