10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
# SERVICE
|
||
|
SERVICE_URL=0.0.0.0
|
||
|
SERVICE_PORT=5003
|
||
|
|
||
|
# PRISMA
|
||
|
DATABASE_URL="postgresql://configuration:configuration@localhost:5603/configuration?schema=public"
|
||
|
|
||
|
# POSTGRES
|
||
|
POSTGRES_IMAGE=postgres:15.0
|