Skip to content

Instantly share code, notes, and snippets.

@zednis
Last active May 10, 2016 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zednis/f66ea938e4101579863be448994902a6 to your computer and use it in GitHub Desktop.
Save zednis/f66ea938e4101579863be448994902a6 to your computer and use it in GitHub Desktop.
data.rpi.edu docker config
dspace:
image: tomcat:7-jre7
hostname: dspace
domainname: data.rpi.edu
ports:
- "127.0.0.1:8880:8080"
links:
- db
environment:
- DB_PORT=tcp://db:5432
restart: on-failure:3
db:
image: postgres:9.5
hostname: postgres
domainname: data.rpi.edu
ports:
- "127.0.0.1:25432:5432"
restart: on-failure:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment