Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xpub-epmc
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Literature-services
public-projects
xpub-epmc
Commits
13f52e93
Commit
13f52e93
authored
6 years ago
by
Yuci Gou
Browse files
Options
Downloads
Patches
Plain Diff
Secure plus.europepmc.org with HTTPS
parent
1dff9089
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!101
Shared data model
,
!102
Shared data model
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Dockerfile
+0
-2
0 additions, 2 deletions
Dockerfile
docker-compose.yml
+11
-0
11 additions, 0 deletions
docker-compose.yml
with
12 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
13f52e93
...
...
@@ -13,6 +13,7 @@ config.json
_build/
uploads/
config/local*.*
config/certs
.vscode/launch.json
local-development.json
epmc-pwd/
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
2
View file @
13f52e93
...
...
@@ -60,6 +60,4 @@ ENV NODE_ENV ${NODE_ENV}
RUN
[
"npx"
,
"pubsweet"
,
"build"
]
EXPOSE
${PORT:-80}
CMD
[]
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
11
−
0
View file @
13f52e93
version
:
'
3'
services
:
nginx-proxy
:
image
:
jwilder/nginx-proxy
ports
:
-
"
443:443"
volumes
:
-
/var/run/docker.sock:/tmp/docker.sock:ro
-
./config/certs:/etc/nginx/certs
environment
:
DEFAULT_HOST
:
plus.europepmc.org
app
:
# user: 'node'
build
:
...
...
@@ -13,6 +23,7 @@ services:
environment
:
PGHOST
:
postgres
PGUSER
:
$USER
VIRTUAL_HOST
:
plus.europepmc.org
env_file
:
-
.env
volumes
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment