mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-04-08 15:04:01 +00:00
⚡ Add *.env to .gitignore and create postgres.env.example file
This commit is contained in:
parent
9d89212dd9
commit
76ffbba810
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
.env
|
||||
*.env
|
0
app/config/cassandra.env.example
Normal file
0
app/config/cassandra.env.example
Normal file
@ -20,7 +20,7 @@ services:
|
||||
environment:
|
||||
- DB=postgres
|
||||
env_file:
|
||||
- ./app/config/.env
|
||||
- ./app/config/postgres.env
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8081:8081"
|
||||
|
Loading…
x
Reference in New Issue
Block a user