fix: add back example docker env file

I just wanted to rename it, didn't mean to remove
This commit is contained in:
naskya 2024-01-07 10:51:58 +09:00
parent 80448cd3ac
commit 81ab8de2fc
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,4 @@
# db settings
POSTGRES_PASSWORD=very_strong_password
POSTGRES_USER=firefish
POSTGRES_DB=firefish_db

2
.gitignore vendored
View file

@ -24,7 +24,7 @@ coverage
/.config/* /.config/*
!/.config/example.yml !/.config/example.yml
!/.config/devenv.yml !/.config/devenv.yml
!/.config/docker_example.env !/.config/docker.example.env
!/.config/docker_ci.env !/.config/docker_ci.env
!/.config/helm_values_example.yml !/.config/helm_values_example.yml
!/.config/LICENSE !/.config/LICENSE