🔧 DB environment moved to docker compose

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

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: