don_confiao_frontend/docker-compose.yml

14 lines
257 B
YAML

services:
frontend:
build:
context: ./
dockerfile: vuetify.Dockerfile
volumes:
- ./:/app/
ports:
- "7001:3000"
environment:
- VITE_DJANGO_BASE_URL=http://localhost:7000
- VITE_API_IMPLEMENTATION=django