We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe27df5 commit e0792d8Copy full SHA for e0792d8
docker-compose.yml
@@ -5,15 +5,15 @@ services:
5
build:
6
context: ./backend/python_back
7
env_file:
8
- - ./backend/python_back/.env
+ - ./backend/python_back/.env
9
ports:
10
- "5000:5000"
11
12
frontend:
13
14
context: ./frontend/flutter_web_python
15
environment:
16
- API_URL: http://backend:5000
+ API_URL: http://localhost:5000
17
18
- "8080:80"
19
depends_on:
0 commit comments