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: services:
frontend: # frontend:
build: # build:
context: ./frontend # context: ./frontend
ports: # ports:
- "80:3000" # - "80:3000"
depends_on: # depends_on:
- django # - django
networks: # networks:
- default # - default
django: django:
build: build:
context: ./backend context: ./backend
ports: ports:
- "8001:8000" - "8000:8000"
depends_on: depends_on:
- db - db
volumes: volumes: