Add email column

This commit is contained in:
Michał Gdula 2023-06-13 17:51:57 +03:00
parent 3d9b387ea8
commit c299450d1c
5 changed files with 36 additions and 8 deletions

View file

@ -21,8 +21,8 @@ services:
db:
image: postgres:alpine
restart: unless-stopped
ports:
- "5432:5432"
# ports:
# - "5432:5432"
volumes:
- ./Postgres/data:/var/lib/postgresql/data
environment: