add env for widget db

This commit is contained in:
harold 2025-03-30 17:40:22 +05:00
parent 46c071ae1b
commit 4b3fc8da50
2 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ docker
storage/* storage/*
!storage/0/ !storage/0/
!storage/0/**/* !storage/0/**/*
.env

View File

@ -18,10 +18,8 @@ services:
widget_db: widget_db:
image: postgres:16.3-alpine3.20 image: postgres:16.3-alpine3.20
environment: env_file:
POSTGRES_USER: postgres - .env
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
networks: networks:
- donat-network - donat-network
ports: ports: