services: controls-front: build: context: . dockerfile: Dockerfile args: VITE_API_URL: ${VITE_API_URL} container_name: controls-front-prod ports: - "${APP_PORT}:80" networks: - controls-network restart: unless-stopped networks: controls-network: driver: bridge