Ricardo Sawir
900b0d7aa6
fix: correct puter container healthcheck URL ( #3255 )
...
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled
The healthcheck was using 'puter.localhost:4100/test' which fails for
two reasons:
- 'puter.localhost' does not resolve inside the container; the service
listens on all interfaces at port 4100, so 'localhost' works
- '/test' endpoint does not exist; use '/' which serves the shell
This caused the container to be perpetually marked as unhealthy.
Fixes #3191
2026-06-13 23:17:44 -07:00
Daniel Salazar
90d01b87ea
fix: potential fix for some linux distros ( #3085 )
2026-05-11 23:28:59 -07:00
Daniel Salazar
838d6a7178
docker-compose from index ( #2909 )
2026-05-05 00:22:25 -07:00
Daniel Salazar
2de8807942
selfhost: fullstack self host p1 ( #2902 )
...
* wip: self hosted full setup
* wip: self hoast modes
* more wip self host stuff
* wip: full release
* fix: custom apps
* fix: readme
* full-stack md
* docs update
* fix
* fix: commands
* remove comments
* fix: docs and migs
* mysql mig
* fix: docker changes
* fix: mysql checks
* fix: mysql mig
* fix: docker more
* fix: redis conn issues
2026-05-04 15:58:03 -07:00
Sylvain Huguet
8f4eb5627b
Update instructions & docker-compose to reflect production paths
2024-04-02 07:45:14 +02:00
Sylvain Huguet
0e033348f0
Fix permission errors when running Docker. Update Docker Compose & Docker instructions
2024-04-02 07:26:44 +02:00
KernelDeimos
c90931d004
Fix docker-compose.yml
2024-04-02 00:25:29 -04:00
Sylvain Huguet
cc648be854
Re-enable healthchecks, adjusted intervals & start-time
2024-04-01 02:07:44 +02:00
Sylvain Huguet
5e1d6a7db3
Disable healthcheck until we know the proper URL to call/check
2024-03-31 11:19:35 +02:00
Sylvain Huguet
ab4f222e92
Add support for self-hosting in Docker
2024-03-31 11:18:03 +02:00
agentcobra
4f2c03e23b
add dockerfiles
2024-03-06 03:15:23 +01:00