Add env file to docker compose
This commit is contained in:
parent
0f06261c96
commit
f26275766a
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ services:
|
|||
volumes:
|
||||
- ./backend:/app
|
||||
- ./.data:/app/.data
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
frontend:
|
||||
build: ./frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue