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