Created
September 3, 2019 16:41
-
-
Save cmeiklejohn/fa47fd1bc1da638bc49f3e1d342b8d09 to your computer and use it in GitHub Desktop.
compose template for 17-313, fall 2019 recitation 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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