изначальный коммит

This commit is contained in:
Lobstervova
2026-01-30 12:25:18 +03:00
commit 8c48f61104
2707 changed files with 172055 additions and 0 deletions

9
compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
postgres:
image: 'postgres:latest'
environment:
- 'POSTGRES_DB=mydatabase'
- 'POSTGRES_PASSWORD=secret'
- 'POSTGRES_USER=myuser'
ports:
- '5432'