Add *.env to .gitignore and create postgres.env.example file

This commit is contained in:
Aykhan Shahsuvarov 2024-03-05 20:56:37 +04:00
parent 9d89212dd9
commit 76ffbba810
4 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
.env *.env

View File

View File

@ -20,7 +20,7 @@ services:
environment: environment:
- DB=postgres - DB=postgres
env_file: env_file:
- ./app/config/.env - ./app/config/postgres.env
ports: ports:
- "8080:8080" - "8080:8080"
- "8081:8081" - "8081:8081"