Files
docker-inventaire/docker-compose.test.yml
2021-02-07 16:23:57 +01:00

14 lines
392 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.

# Override `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:
- './data/couch-test:/usr/local/var/lib/couchdb'
inventaire:
ports: [ "3009:3009" ]
environment:
NODE_ENV: "tests-api"