Some checks failed
Backend CI / Run Maven Tests (pull_request) Failing after 4m32s
11 lines
236 B
YAML
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 |