From 526652fb37c3239c74712d189c8a8341f981b5db Mon Sep 17 00:00:00 2001 From: Alyx Gryczewski Date: Sun, 28 Jul 2024 18:25:05 -0400 Subject: [PATCH] fix: correct env names --- compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index a002853..5060205 100644 --- a/compose.yml +++ b/compose.yml @@ -5,11 +5,11 @@ services: image: salmonllama/fashionscape-api:latest restart: always environment: - DB_URI: - DB_PORT: - DB_USER: - DB_PASS: - DB_DATA: + PG_URI: + PG_PORT: + PG_USER: + PG_PASS: + PG_DB: ports: - "8888:8888" container_name: fashionscape-api