Created
November 5, 2020 13:54
-
-
Save ashiklom/4626c21ff617d52a1066ef711334c8d7 to your computer and use it in GitHub Desktop.
PEcAn API docker compose overrides
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.2" | |
| services: | |
| api: | |
| volumes: | |
| - ./apps/api/:/api | |
| # If you want direct database access, uncomment this: | |
| postgres: | |
| ports: | |
| - 5432:5432 | |
| # If you want the entire PEcAn source code mounted, uncomment this: | |
| # executor: | |
| # volumes: | |
| # - pecan_home:/pecan | |
| #volumes: | |
| # pecan_home: | |
| # driver_opts: | |
| # type: none | |
| # device: './' | |
| # o: bind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment