implemented
Some checks failed
Deploy static content to Pages / deploy (pull_request) Failing after 12s
Some checks failed
Deploy static content to Pages / deploy (pull_request) Failing after 12s
contact site formatting nodemailer docker
This commit is contained in:
parent
b64d112ea7
commit
8680552208
7 changed files with 110 additions and 74 deletions
10
devops/docker-compose.dev.yml
Normal file
10
devops/docker-compose.dev.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres
|
||||
environment:
|
||||
POSTGRES_DB: ${DATABASE_NAME}
|
||||
POSTGRES_USER: ${DATABASE_USERNAME}
|
||||
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data
|
||||
Loading…
Add table
Add a link
Reference in a new issue