Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docker-compose.yml note #539

Open
Zaroganos opened this issue Jan 31, 2025 · 1 comment
Open

docker-compose.yml note #539

Zaroganos opened this issue Jan 31, 2025 · 1 comment

Comments

@Zaroganos
Copy link

Zaroganos commented Jan 31, 2025

Fasten Health looks to be an amazing project, I can't wait to check it all out and try to contribute.

Thought a docker compose template might be useful along with the docker run command in the documentation. This is what I used:

services:
fasten-health:
image: ghcr.io/fastenhealth/fasten-onprem:main
container_name: fasten-health
restart: unless-stopped
ports:
- "127.0.0.1:9090:8080"
volumes:
- /opt/fasten/db:/opt/fasten/db
- /opt/fasten/cache:/opt/fasten/cache

(there was another issue but I managed to solve it, it turned out to be something on my end, so I edited it out)

@Zaroganos Zaroganos changed the title Trouble using on FQDN , and , docker-compose.yml docker-compose.yml note Jan 31, 2025
@AnalogJ
Copy link
Member

AnalogJ commented Feb 12, 2025

Thanks for the pointer. We call out the docker run command in our getting started guide - https://docs.fastenhealth.com/getting-started/ and in our README, but our existing docker-compose file is targeted towards developers.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants