Commit Graph

5 Commits

Author SHA1 Message Date
Igor Monadical
5bf64b5a41 feat: docker-compose for production frontend (#664)
* docker-compose for production frontend

* fix: Remove external Redis port mapping for Coolify compatibility

Redis should only be accessible within the internal Docker network in Coolify deployments to avoid port conflicts with other applications.

* fix: Remove external port mapping for web service in Coolify

Coolify handles port exposure through its proxy (Traefik), so services should not expose ports directly in the docker-compose file.

* server side client envs

* missing vars

* nextjs experimental

* fix claude 'fix'

* remove build env vars compose

* docker

* remove ports for coolify

* review

* cleanup

---------

Co-authored-by: Igor Loskutov <igor.loskutoff@gmail.com>
2025-09-24 11:15:27 -04:00
8d9aaeab36 Update compose to run reflector locally 2025-01-23 15:30:56 +01:00
986f063857 Dockerize local env 2025-01-22 11:48:43 +01:00
e405ccb8f3 server: started updating documentation 2023-11-02 17:39:21 +01:00
Mathieu Virbel
00797d9cc6 project: add docker in root directory and readme 2023-07-27 12:46:50 +02:00