Skip to content

Commit

Permalink
chore: update docker-compose names of the instances
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Aug 2, 2023
1 parent f7e0158 commit 850bd5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
version: '3'
services:
mongodb-instance:
mongodb-db:
image: mongo
container_name: mongodb-instance
container_name: mongodb-db
ports:
- "27017:27017"

arangodb-instance:
arangodb-db:
image: arangodb/arangodb
container_name: arangodb-instance
container_name: arangodb-db
environment:
- ARANGO_NO_AUTH=1
ports:
- "8529:8529"

couchbase-instance:
couchbase-db:
image: couchbase
container_name: couchbase-instance
container_name: couchbase-db
ports:
- "8091-8097:8091-8097"
- "9123:9123"
Expand Down

0 comments on commit 850bd5b

Please sign in to comment.