Skip to content

Instantly share code, notes, and snippets.

@ashiklom
Created November 5, 2020 13:54
Show Gist options
  • Select an option

  • Save ashiklom/4626c21ff617d52a1066ef711334c8d7 to your computer and use it in GitHub Desktop.

Select an option

Save ashiklom/4626c21ff617d52a1066ef711334c8d7 to your computer and use it in GitHub Desktop.
PEcAn API docker compose overrides
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