-
Notifications
You must be signed in to change notification settings - Fork 3
/
docker-compose.override.yml
55 lines (42 loc) · 1.28 KB
/
docker-compose.override.yml
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
49
50
51
52
53
54
55
# Open PHACTS platform
# Docker Compose customization
# https://docs.docker.com/compose/yml/
#
# This file is meant to override docker-compose.yml
# with any customizations. Thus you should not need
# to modify docker-compose.yml directly.
# Uncomment "services:" and
# the relevant sections below
# NOTE: Be careful to preserve indentation
version: '2'
#services:
#explorer:
# environment:
# CHANGE: "localhost" to fully qualified hostname
# Do NOT include a trailing /
#- API_URL=http://example.com:3002
#restart: always
#api:
#environment:
# - CRS=https://ops.rsc.org/api/v1/
# - CONCEPTWIKI=http://www.conceptwiki.org/web-ws/concept
#restart: always
#virtuoso:
#restart: always
#virtuosodata:
#volumes:
# To specify alternative data folder, use instead:
#- /media/big-SSD/virtuoso:/virtuoso
#mysqldata:
# To specify alternative data folder, use instead:
# - /media/big-SSD/mysql:/var/lib/mysql
#virtuosostaging:
#volumes:
#- /media/big-SSD/staging:/staging
#- /media/big-SSD/download:/download
#mysql:
#restart: always
#ims:
#restart: always
#memcached:
#restart: always