Moved .env to root

This commit is contained in:
2023-11-21 19:27:42 +03:00
parent 5420bd5d05
commit bee4ffb9eb
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ services:
ports:
- "${DATABASE_PORT}:5432"
env_file:
- ./backend/.env
- .env
volumes:
- neuro_postgres_db:/var/lib/postgresql/data
restart: always