-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdraco.yml
More file actions
36 lines (36 loc) · 784 Bytes
/
draco.yml
File metadata and controls
36 lines (36 loc) · 784 Bytes
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
version: '3.1'
services:
draco:
image: ging/fiware-draco:1.3.6
container_name: draco
environment:
- NIFI_WEB_HTTP_PORT=9090
ports:
- "9090:9090"
- "5050:5050"
# db-mysql:
# image: mysql:5.7.22
# container_name: mysql
# command: --default-authentication-plugin=mysql_native_password
# restart: always
# environment:
# MYSQL_ROOT_PASSWORD: example
# ports:
# - "3306:3306"
db-postgres:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: example
ports:
- "5432:5432"
# mongo-db:
# image: mongo:3.4
# restart: always
# ports:
# - "27017:27017"
# db-cassandra:
# image: cassandra
# restart: always
# ports:
# - "9042:9042"