save 19.8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user