commented front docker

This commit is contained in:
Parsa Nazer
2025-01-25 22:13:47 +03:30
parent ed5b97a887
commit d7f3c5518a
+10 -10
View File
@@ -1,19 +1,19 @@
services:
frontend:
build:
context: ./frontend
ports:
- "80:3000"
depends_on:
- django
networks:
- default
# frontend:
# build:
# context: ./frontend
# ports:
# - "80:3000"
# depends_on:
# - django
# networks:
# - default
django:
build:
context: ./backend
ports:
- "8001:8000"
- "8000:8000"
depends_on:
- db
volumes: