@@ -24,10 +24,10 @@ services:
24
24
- mongodb
25
25
volumes:
26
26
# Weaver configuration
27
- - ./components/weaver/ config/weaver/weaver .ini:/opt/local/src/weaver/config/weaver.ini
28
- - ./components/weaver/ config/weaver/ data_sources.yml:/opt/local/src/weaver/config/data_sources.yml
29
- - ./components/weaver/ config/weaver/ request_options.yml:/opt/local/src/weaver/config/request_options.yml
30
- - ./components/weaver/ config/weaver/ wps_processes.yml:/opt/local/src/weaver/config/wps_processes.yml
27
+ - ./config/weaver.ini.example :/opt/local/src/weaver/config/weaver.ini
28
+ - ./config/data_sources.yml.example :/opt/local/src/weaver/config/data_sources.yml
29
+ - ./config/request_options.yml.example :/opt/local/src/weaver/config/request_options.yml
30
+ - ./config/wps_processes.yml.example :/opt/local/src/weaver/config/wps_processes.yml
31
31
# WARNING: see detail in 'worker' definition
32
32
- /tmp/weaver/wps-outputs:/tmp/weaver/wps-outputs
33
33
networks:
@@ -57,9 +57,10 @@ services:
57
57
- mongodb
58
58
volumes:
59
59
# Weaver configuration
60
- - ./config/weaver.ini:/opt/local/src/weaver/config/weaver.ini
61
- - ./config/data_sources.yml:/opt/local/src/weaver/config/data_sources.yml
62
- - ./config/request_options.yml:/opt/local/src/weaver/config/request_options.yml
60
+ - ./config/weaver.ini.example:/opt/local/src/weaver/config/weaver.ini
61
+ - ./config/data_sources.yml.example:/opt/local/src/weaver/config/data_sources.yml
62
+ - ./config/request_options.yml.example:/opt/local/src/weaver/config/request_options.yml
63
+ - ./config/wps_processes.yml.example:/opt/local/src/weaver/config/wps_processes.yml
63
64
# WARNING:
64
65
# If you need to provide some credentials to provide access to protected docker repositories
65
66
- ~/.docker/config.json:/root/.docker/config.json
0 commit comments