🚧 Starts rework of database
This commit is contained in:
14
backend/compose.yaml
Normal file
14
backend/compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:17
|
||||
restart: on-failure
|
||||
|
||||
environment:
|
||||
POSTGRES_USER: "user"
|
||||
POSTGRES_PASSWORD: "password"
|
||||
POSTGRES_DB: "db"
|
||||
|
||||
ports:
|
||||
- "5432:5432"
|
Reference in New Issue
Block a user