-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from evgenygorchakov/module4-task1
- Loading branch information
Showing
53 changed files
with
1,126 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
services: | ||
db: | ||
image: mongo:4.2 | ||
container_name: six-cities_mongo_db | ||
environment: | ||
MONGO_INITDB_ROOT_USERNAME: ${DB_USER} | ||
MONGO_INITDB_ROOT_PASSWORD: ${DB_PASSWORD} | ||
ports: | ||
- ${DB_PORT}:27017 | ||
volumes: | ||
- six-cities_data:/data/db | ||
|
||
db_ui: | ||
image: mongo-express:1.0.2-20 | ||
container_name: six-cities_mongo_express | ||
ports: | ||
- 8081:8081 | ||
environment: | ||
ME_CONFIG_BASICAUTH_USERNAME: ${DB_USER} | ||
ME_CONFIG_BASICAUTH_PASSWORD: ${DB_PASSWORD} | ||
ME_CONFIG_MONGODB_ADMINUSERNAME: ${DB_USER} | ||
ME_CONFIG_MONGODB_ADMINPASSWORD: ${DB_PASSWORD} | ||
ME_CONFIG_MONGODB_URL: mongodb://${DB_USER}:${DB_PASSWORD}@db:${DB_PORT}/ | ||
|
||
volumes: | ||
six-cities_data: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Breathtaking Mountain views in cozy Birdbox Enjoy the relaxed and comfortable enclosure of the Birdbox. Sleep right beside nature and its amazing surroundings. 2022-04-06T08:45:40.283Z Dusseldorf preview.jpg photo1.jpg;photo2.jpg;photo3.jpg;photo4.jpg;photo5.jpg;photo6.jpg 0 1 5 house 2 4 2400 Laptop;friendly;workspace;Baby seat;Washer;Towels;Fridge John [email protected] ava.jpg qwerty pro 48.85661;2.351499 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.