save 19.8

This commit is contained in:
2022-08-19 08:38:43 +07:00
parent 5f25bd290f
commit e541a9f2ad
10 changed files with 335 additions and 311 deletions

View File

@@ -7,7 +7,8 @@ services:
ports:
- 80:80
environment:
- DB_URL=mongodb://db/myTestDB
- DB_URL=mongodb://db/mdDB
- URL_SWAGGER=True
volumes:
- ./app:/app
restart: always
@@ -19,8 +20,41 @@ services:
ports:
- 27017:27017
volumes:
- taskdb:/data/db
- ./taskdb:/data/db
restart: always
volumes:
taskdb:
# # db1:
# # image: registry.vegastar.vn/hoanganh.c4i/mongodb_md
# # ports:
# # - 27018:27017
# # volumes:
# # - ./data/db:/data/db
# # restart: always
# volumes:
# taskdb:
# version: "3.3"
# services:
# api:
# image: registry.vegastar.vn/hoanganh.c4i/medihome-dictionary-be
# # build: ./app
# ports:
# - 80:80
# environment:
# - DB_URL=mongodb://db/mdDB
# volumes:
# - ./images:/app/post/images
# restart: always
# env_file:
# - .env
# db:
# image: registry.vegastar.vn/hoanganh.c4i/mongodb_md
# ports:
# - 27017:27017
# volumes:
# - ./data/db:/data/db
# restart: always