14 lines
392 B
YAML
14 lines
392 B
YAML
# Override `docker-compose.yml`. Use the -f option
|
||
# to specify the list of files. Compose merges files in the
|
||
# order they’re 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"
|