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

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ internal/config/config.yaml
docker
storage/*
!storage/0/
!storage/0/**/*
!storage/0/**/*
.env

View File

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