Remove __pycache__ from repo
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user