Remove __pycache__ from repo

This commit is contained in:
d3m0k1d
2025-11-23 15:26:41 +03:00
parent e1b13d6557
commit fa982725e1
11 changed files with 48 additions and 8 deletions

View File

@@ -1,8 +1,9 @@
services:
postgres:
image: postgres:18-alpine3.22
restart: always
ports:
- "5432:5432"
- "5432:5432"
environment:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}