This commit is contained in:
2024-03-31 20:26:53 +02:00
parent 5f0244bb24
commit ebf8791c5b
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,13 @@
version: "3.9"
services:
master:
image: postgres:15
restart: always
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: data_service
POSTGRES_USER: postgres
ports:
- "5432:5432"