remove obsolete docker-compose.test.yml

This commit is contained in:
jums
2024-12-13 14:07:50 +01:00
parent 71c1cc2a8a
commit 51b7fbc6aa

View File

@@ -1,13 +0,0 @@
# 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:
couchdb:
volumes:
- './data/couchdb-test:/usr/local/var/lib/couchdb'
inventaire:
ports: [ "3009:3009" ]
environment:
NODE_ENV: "tests-api"