add frontend docker service

This commit is contained in:
Parsa Nazer
2025-01-26 03:09:36 +03:30
parent 6a05adcb92
commit 1e27bb8a01
+9 -9
View File
@@ -1,13 +1,13 @@
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: