forked from naskya/firefish
fix: add back example docker env file
I just wanted to rename it, didn't mean to remove
This commit is contained in:
parent
80448cd3ac
commit
81ab8de2fc
2 changed files with 5 additions and 1 deletions
4
.config/docker.example.env
Normal file
4
.config/docker.example.env
Normal file
|
@ -0,0 +1,4 @@
|
|||
# db settings
|
||||
POSTGRES_PASSWORD=very_strong_password
|
||||
POSTGRES_USER=firefish
|
||||
POSTGRES_DB=firefish_db
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -24,7 +24,7 @@ coverage
|
|||
/.config/*
|
||||
!/.config/example.yml
|
||||
!/.config/devenv.yml
|
||||
!/.config/docker_example.env
|
||||
!/.config/docker.example.env
|
||||
!/.config/docker_ci.env
|
||||
!/.config/helm_values_example.yml
|
||||
!/.config/LICENSE
|
||||
|
|
Loading…
Reference in a new issue