Initial production deployment and signing certificate documentation
This commit is contained in:
commit
0b7d73ce06
4 changed files with 173 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Certificates
|
||||
*.p12
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
|
||||
# Databases / dumps
|
||||
*.sql
|
||||
*.dump
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Docker overrides
|
||||
docker-compose.override.yml
|
||||
compose.override.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue