implemented
Some checks failed
Deploy static content to Pages / deploy (pull_request) Failing after 12s

contact

site formatting

nodemailer

docker
This commit is contained in:
Benjamin Palko 2025-04-30 16:51:46 -04:00
parent b64d112ea7
commit 8680552208
7 changed files with 110 additions and 74 deletions

1
devops/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
data/

View 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