introspector-react-app / docker-compose.yml
mike dupont
now adding logo and updating plan
d81fbeb
raw
history blame
240 Bytes
services:
backend:
ports:
- "7860:7860"
build: .
image: introspector-react-browser:latest
#volumes:
# - type: bind
# source: "frontend/build/static"
# target: "/home/user/app/static"
# frontend: