docker-compose format and comment fixes (#492)

* fix typos in readme

* unify format of docker-compose files, fix comments
This commit is contained in:
Dmitry Verkhoturov
2019-12-17 01:36:10 -06:00
committed by Umputun
parent d23d119d70
commit 6a5cd79074
5 changed files with 20 additions and 23 deletions
+4 -9
View File
@@ -1,15 +1,10 @@
# compose file for local development
# starts backend on 8080 with basic auth "dev:password" and Dev oauth2 provider on port 8084, UI on http://127.0.0.1:8080/web
#
# mongo-related tests needs mongodb container running - docker run -d -name=mongo mongo:3.6 --smallfiles
# start build with backend tests:
# MONGO_REMARK_TEST=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mongo) \
# docker-compose -f compose-dev-backend.yml build
#
# to skip mongo test set MONGO_REMARK_TEST=skip
# starts backend on 8080 with basic auth "dev:password" and Dev oauth2 provider on port 8084
# UI on http://127.0.0.1:8080/web
#
# build remark42 docker image - docker-compose -f compose-dev-backend.yml build
# start remark42 service - docker-compose -f compose-dev-backend.yml up
version: "2"
version: '2'
services:
remark42: