Files
vibing/local-dev/compose.yml
Jarno Kiesiläinen 2e14ea06c9
Some checks failed
Backend CI / Run Maven Tests (pull_request) Failing after 4m32s
WIP for activity modeling and migration.
2025-08-04 21:07:46 +03: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