Files
endpoin/docker-compose.prod.yaml
2025-12-23 16:54:07 +00:00

14 lines
279 B
YAML

services:
frontend:
build: .
ports: - "4000:80"
environment: - VITE_API_BASE_URL=${VITE_API_URL}
container_name: control-mve-frontend
restart: unless-stopped
networks:
- control-mve-frontend-network
networks:
control-mve-frontend-network:
driver: bridge