Skip to content
Snippets Groups Projects
Commit 038818c2 authored by Yuci Gou's avatar Yuci Gou
Browse files

Stop HTTP for pubsweet, use HTTPS only

parent eb3af9b2
Branches
Tags
2 merge requests!119Dev,!118Shared data model
......@@ -4,13 +4,13 @@ services:
app:
volumes: # remember to replace /folder_on_disk/ with the path to where you want to store the files on the host machine
- "ftpdata:/home/xpub/ftpdata/"
ports:
- "80:80"
environment:
NODE_ENV: production
PORT: "80"
env_file:
- .env.prod
expose:
- "80"
postgres:
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment