Files
fasten-onprem/docker-compose.yml
Jason Kulatunga f2d3edbc90 Working nextgen api.
Adding platform_type key for use in filters.
fixing docker-compose file referencing couchdb.
2023-03-09 17:35:33 -08:00

18 lines
468 B
YAML

version: "3.9"
services:
fasten:
# NOTE: only developers need to build Fasten from source
# For production, use the pre-built image from GitHub Packages
# ghcr.io/fastenhealth/fasten-onprem:main
build:
context: .
dockerfile: Dockerfile
args:
- FASTEN_ENV=prod
# - FASTEN_ENV=sandbox
ports:
- "9090:8080"
volumes:
- ./db:/opt/fasten/db
# - ./config.example.yaml:/opt/fasten/config/config.yaml