Initial implementation for the backend persistence of activities (#5)
All checks were successful
Backend CI / Run Maven Tests (push) Successful in 27s
All checks were successful
Backend CI / Run Maven Tests (push) Successful in 27s
Reviewed-on: #5 Co-authored-by: Jarno Kiesiläinen <jarnokie@gmail.com> Co-committed-by: Jarno Kiesiläinen <jarnokie@gmail.com>
This commit was merged in pull request #5.
This commit is contained in:
11
local-dev/compose.yml
Normal file
11
local-dev/compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user