added files after removing them 5 times on accident

This commit is contained in:
bacalhau 2026-02-28 11:38:48 +00:00
commit b026d00bd9
6 changed files with 194 additions and 0 deletions

15
docker-compose.yml Normal file
View file

@ -0,0 +1,15 @@
version: "3.9"
services:
db:
image: postgres
container_name: lovedb
restart: always
environment:
POSTGRES_USER: love
POSTGRES_PASSWORD: love
POSTGRES_DB: lovedb
ports:
- "5432:5432"
volumes:
- ./data:/var/lib/postgresql