🔧 DB environment moved to docker compose

This commit is contained in:
Aykhan Shahsuvarov 2024-01-19 16:30:08 +04:00
parent f59cb4f927
commit 61bbc01fd7
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
# Oh My URl!
# Oh My URL!

View File

@ -1,4 +1,3 @@
DB=postgres
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=

View File

@ -17,6 +17,8 @@ services:
container_name: "ohmyurl-web"
build: .
image: ohmyurl-web:1.1
environment:
- DB=postgres
env_file:
- ./app/config/.env
ports: