About Base Solution
URIs in the live environment
- https://www.tsopanakis.com
- https://api.tsopanakis.com
- https://portal.tsopanakis.com
- https://login.tsopanakis.com
- https://redmine.tsopanakis.com
- https://pgadmin.tsopanakis.com
URIs in docker locally
- http://api.basesolution.internal
- http://login.basesolution.internal
- http://kafka.basesolution.internal
- http://portal.basesolution.internal
- http://prometheus.basesolution.internal
- http://grafana.basesolution.internal
- http://graylog.basesolution.internal
- http://redmine.basesolution.internal
- http://pgadmin.basesolution.internal
- http://rabbitmq.basesolution.internal
URIs running make dev in the respective folders
- http://api.basesolution.internal:8093
- http://portal.basesolution.internal:8091
- http://www.basesolution.internal:8097
Makefile in order to launch the solution
down:
docker compose down
lite:
docker compose up --build postgres keycloak
normal:
docker compose up --build postgres keycloak nginx www
full:
docker compose up --build
dev:
docker compose up --build postgres keycloak nginx www pgadmin kafka kafka-ui api portal rabbitmq
dev1:
docker compose up --build postgres keycloak nginx www pgadmin api portal redmine
deploy:
docker compose --env-file .env.prod up --build -d