Skip to content

Instantly share code, notes, and snippets.

@cmeiklejohn
Created September 3, 2019 16:41
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 cmeiklejohn/fa47fd1bc1da638bc49f3e1d342b8d09 to your computer and use it in GitHub Desktop.
Save cmeiklejohn/fa47fd1bc1da638bc49f3e1d342b8d09 to your computer and use it in GitHub Desktop.
compose template for 17-313, fall 2019 recitation 2
version: "3"
services:
mayan-edms-postgres:
image:
ports:
-
restart: always
volumes:
-
environment:
-
mayan-edms:
image:
ports:
-
restart: always
volumes:
-
environment:
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment