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