Skip to content

Commit e0792d8

Browse files
Update docker-compose.yml
1 parent fe27df5 commit e0792d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ services:
55
build:
66
context: ./backend/python_back
77
env_file:
8-
- ./backend/python_back/.env
8+
- ./backend/python_back/.env
99
ports:
1010
- "5000:5000"
1111

1212
frontend:
1313
build:
1414
context: ./frontend/flutter_web_python
1515
environment:
16-
API_URL: http://backend:5000
16+
API_URL: http://localhost:5000
1717
ports:
1818
- "8080:80"
1919
depends_on:

0 commit comments

Comments
 (0)