added http auth to config

This commit is contained in:
Henry Oswald
2019-02-01 17:25:45 +00:00
parent 23e0ce678e
commit 6cdfd5b659
8 changed files with 349 additions and 562 deletions
+11 -1
View File
@@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.10
# Version: 1.1.12
version: "2"
@@ -33,6 +33,16 @@ services:
- redis
command: npm run test:acceptance
tar:
build: .
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
volumes:
- ./:/tmp/build/
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
redis:
image: redis