Skip to content

Commit

Permalink
Merge pull request #565 from crim-ca/fix-docker-compose-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 21, 2023
2 parents d8ffbfd + 51018b8 commit f0abcd1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docker/docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ services:
- mongodb
volumes:
# Weaver configuration
- ./components/weaver/config/weaver/weaver.ini:/opt/local/src/weaver/config/weaver.ini
- ./components/weaver/config/weaver/data_sources.yml:/opt/local/src/weaver/config/data_sources.yml
- ./components/weaver/config/weaver/request_options.yml:/opt/local/src/weaver/config/request_options.yml
- ./components/weaver/config/weaver/wps_processes.yml:/opt/local/src/weaver/config/wps_processes.yml
- ./config/weaver.ini.example:/opt/local/src/weaver/config/weaver.ini
- ./config/data_sources.yml.example:/opt/local/src/weaver/config/data_sources.yml
- ./config/request_options.yml.example:/opt/local/src/weaver/config/request_options.yml
- ./config/wps_processes.yml.example:/opt/local/src/weaver/config/wps_processes.yml
# WARNING: see detail in 'worker' definition
- /tmp/weaver/wps-outputs:/tmp/weaver/wps-outputs
networks:
Expand Down Expand Up @@ -57,9 +57,10 @@ services:
- mongodb
volumes:
# Weaver configuration
- ./config/weaver.ini:/opt/local/src/weaver/config/weaver.ini
- ./config/data_sources.yml:/opt/local/src/weaver/config/data_sources.yml
- ./config/request_options.yml:/opt/local/src/weaver/config/request_options.yml
- ./config/weaver.ini.example:/opt/local/src/weaver/config/weaver.ini
- ./config/data_sources.yml.example:/opt/local/src/weaver/config/data_sources.yml
- ./config/request_options.yml.example:/opt/local/src/weaver/config/request_options.yml
- ./config/wps_processes.yml.example:/opt/local/src/weaver/config/wps_processes.yml
# WARNING:
# If you need to provide some credentials to provide access to protected docker repositories
- ~/.docker/config.json:/root/.docker/config.json
Expand Down

0 comments on commit f0abcd1

Please sign in to comment.