diff --git a/docker-compose.test.yml b/docker-compose.test.yml deleted file mode 100644 index edb96d4..0000000 --- a/docker-compose.test.yml +++ /dev/null @@ -1,13 +0,0 @@ -# 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: - couchdb: - volumes: - - './data/couchdb-test:/usr/local/var/lib/couchdb' - inventaire: - ports: [ "3009:3009" ] - environment: - NODE_ENV: "tests-api"