services: mv_ucepsa_operator_stop_console: build: context: ./services/operator-stop-console container_name: mv_ucepsa_operator_stop_console restart: unless-stopped ports: - "${OPERATOR_HOST_PORT:-8088}:${OPERATOR_APP_PORT:-8080}" environment: PYTHONUNBUFFERED: "1" PGHOST: mv_ucepsa_postgres_hot PGPORT: 5432 PGDATABASE: ${POSTGRES_DB} PGUSER: ${OPERATOR_PGUSER} PGPASSWORD: ${OPERATOR_PGPASSWORD} APP_PORT: ${OPERATOR_APP_PORT:-8080} APP_TITLE: "MESAVAULT Edge-OEE - Consola de paros UCEPSA" DEFAULT_MACHINE_ID: ${OPERATOR_DEFAULT_MACHINE_ID:-CORT-01} DEFAULT_ASSET: ${OPERATOR_DEFAULT_ASSET:-revpi_oee_node_01} ALLOWED_MACHINES: ${OPERATOR_ALLOWED_MACHINES:-CORT-01} AUTO_REFRESH_SECONDS: ${OPERATOR_AUTO_REFRESH_SECONDS:-5} TZ: Europe/Madrid depends_on: - mv_ucepsa_postgres_hot networks: - mv_ucepsa_net