Files
docker-inventaire/docker-compose.test.yml
2018-12-17 22:56:17 +01:00

20 lines
567 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Use with `docker-compose.yml`. Use the -f option
# to specify the list of files. Compose merges files in the
# order theyre specified on the command line.
# See https://docs.docker.com/compose/extends
version: '3'
services:
couch:
volumes:
# backup folder when container is removed
- './data/couch-test:/usr/local/var/lib/couchdb'
inventaire:
ports: [ "3009:3009" ]
environment:
NODE_ENV: "tests"
NODE_APP_INSTANCE: "tests-alt"
entities-search-engine:
ports: [ "3214:3214" ]
environment:
NODE_ENV: "tests"