All checks were successful
Backend CI / Run Maven Tests (push) Successful in 28s
Reviewed-on: #7 Co-authored-by: Jarno Kiesiläinen <jarnokie@gmail.com> Co-committed-by: Jarno Kiesiläinen <jarnokie@gmail.com>
15 lines
264 B
YAML
15 lines
264 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
|
|
|
|
volumes:
|
|
postgres_data:
|