add frontend docker service
This commit is contained in:
+9
-9
@@ -1,13 +1,13 @@
|
|||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user