Browse Source
chore(infra): update db container name
pull/34/head
Israel Abebe
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
5 deletions
-
docker-compose.yaml
|
|
@ -23,14 +23,14 @@ services: |
|
|
- path: ./api/.env |
|
|
- path: ./api/.env |
|
|
required: true |
|
|
required: true |
|
|
depends_on: |
|
|
depends_on: |
|
|
- mongo |
|
|
|
|
|
mongo: |
|
|
|
|
|
|
|
|
- textbee-db |
|
|
|
|
|
textbee-db: |
|
|
image: mongo |
|
|
image: mongo |
|
|
container_name: mongo |
|
|
|
|
|
|
|
|
container_name: textbee-db |
|
|
volumes: |
|
|
volumes: |
|
|
- mongo_data:/data/db |
|
|
|
|
|
|
|
|
- textbee-db-data:/data/db |
|
|
ports: |
|
|
ports: |
|
|
- "27017:27017" |
|
|
- "27017:27017" |
|
|
|
|
|
|
|
|
volumes: |
|
|
volumes: |
|
|
mongo_data: |
|
|
|
|
|
|
|
|
textbee-db-data: |