WIP service

This commit is contained in:
andrusyakka
2023-07-14 18:39:50 +03:00
parent 99becdea85
commit 6752536325
12 changed files with 183 additions and 74 deletions

10
dev/docker-compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
version: "3.9"
services:
postgres:
image: postgres:13.3
environment:
POSTGRES_DB: "astra_events_db"
POSTGRES_USER: "astra_events"
POSTGRES_PASSWORD: "password"
ports:
- "5432:5432"