mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
Moved .env to root
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${DATABASE_PORT}:5432"
|
- "${DATABASE_PORT}:5432"
|
||||||
env_file:
|
env_file:
|
||||||
- ./backend/.env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- neuro_postgres_db:/var/lib/postgresql/data
|
- neuro_postgres_db:/var/lib/postgresql/data
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user