2023-01-05 15:17:37 +00:00
|
|
|
# SERVICE
|
|
|
|
SERVICE_URL=0.0.0.0
|
2023-01-05 16:30:19 +00:00
|
|
|
SERVICE_PORT=5001
|
2023-01-26 16:28:50 +00:00
|
|
|
SERVICE_CONFIGURATION_DOMAIN=USER
|
2023-01-05 15:17:37 +00:00
|
|
|
|
|
|
|
# PRISMA
|
|
|
|
DATABASE_URL="postgresql://user:user@localhost:5601/user?schema=public"
|
|
|
|
|
|
|
|
# RABBIT MQ
|
|
|
|
RMQ_URI=amqp://v3-broker:5672
|
|
|
|
|
|
|
|
# POSTGRES
|
|
|
|
POSTGRES_IMAGE=postgres:15.0
|
2023-01-26 15:48:47 +00:00
|
|
|
|
|
|
|
# REDIS
|
|
|
|
REDIS_IMAGE=redis/redis-stack:latest
|
2023-01-26 16:28:50 +00:00
|
|
|
REDIS_HOST=v3-user-redis
|
|
|
|
REDIS_PORT=6379
|