Files
vibing/local-dev/compose.yml
Jarno Kiesiläinen 286699a1a8
All checks were successful
Backend CI / Run Maven Tests (push) Successful in 27s
Initial implementation for the backend persistence of activities (#5)
Reviewed-on: #5
Co-authored-by: Jarno Kiesiläinen <jarnokie@gmail.com>
Co-committed-by: Jarno Kiesiläinen <jarnokie@gmail.com>
2025-08-07 16:17:46 +00:00

11 lines
236 B
YAML

services:
postgres:
image: postgres:15
ports:
- 5432:5432
environment:
POSTGRES_USER: vibing
POSTGRES_PASSWORD: vibing
POSTGRES_DB: vibing
volumes:
- postgres_data:/var/lib/postgresql/data