From 8b69120f7facfa6fde2d163c510addea39bc01f8 Mon Sep 17 00:00:00 2001 From: Divanshu Chauhan Date: Mon, 12 Jun 2023 13:41:49 +0530 Subject: [PATCH] update docker-compose --- .gitignore | 1 + docker-compose.yml | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c592befb..fd877c31 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # Dependency directories (remove the comment below to include it) vendor/ +dist/ # Goland files .idea/ diff --git a/docker-compose.yml b/docker-compose.yml index 2abb9c01..f28d2663 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,5 @@ services: - ENABLED_LOCALES - MESSAGE_DUMP - OWNER_ID - - PORT - - REDIS_PASSWORD - - REDIS_URI - - SECRET_TOKEN + env_file: + - .env