Implement server endpoints
This commit is contained in:
9
compose.yaml
Normal file
9
compose.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
database:
|
||||
image: docker.io/postgres:17
|
||||
environment:
|
||||
POSTGRES_DB: "my-server-db"
|
||||
POSTGRES_USER: "l0vpre"
|
||||
POSTGRES_PASSWORD: "buranya"
|
||||
ports:
|
||||
- 5432:5432
|
||||
Reference in New Issue
Block a user