remove obsolete docker-compose.test.yml
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user