services: chartbrew: container_name: chartbrew image: razvanilin/chartbrew environment: - VITE_APP_API_HOST=https://api.chartbrew.domr.ovh - VITE_APP_CLIENT_PORT=4018 - VITE_APP_CLIENT_HOST=https://chartbrew.domr.ovh - CB_REDIS_PASSWORD=Diavid9600 - CB_REDIS_PORT=6379 - CB_REDIS_HOST=host.docker.internal - CB_DB_PASSWORD=Diavid9600 - CB_DB_USERNAME=root - CB_DB_NAME=chartbrew - CB_DB_PORT=3306 - CB_DB_HOST=host.docker.internal - CB_API_PORT=4019 - CB_API_HOST=0.0.0.0 - CB_ENCRYPTION_KEY=Cxz7i+Dg4+i/wsXaQUEpG7mAUjiSb5yXZnYAYfAo3XdJEUYFMCeNROqADyaj/5TL - CB_MAIL_HOST - CB_MAIL_HOST_DEV - CB_MAIL_USER - CB_MAIL_USER_DEV CB_MAIL_PASS CB_MAIL_PASS_DEV CB_MAIL_PORT CB_MAIL_PORT_DEV CB_MAIL_SECURE CB_MAIL_SECURE_DEV CB_ADMIN_MAIL CB_ADMIN_MAIL_DEV CB_OPENAI_API_KEY CB_OPENAI_API_KEY_DEV CB_OPENAI_MODEL CB_OPENAI_MODEL_DEV ports: - '4018:4018' - '4019:4019'